Libraries tagged by wodel
kodeine/laravel-meta
626796 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
kitar/laravel-dynamodb
505166 Downloads
A DynamoDB based Eloquent model and Query builder for Laravel.
jpkleemans/attribute-events
391175 Downloads
🔥 Fire events on attribute changes of your Eloquent model
j4mie/paris
460414 Downloads
A lightweight Active Record implementation for PHP5, built on top of Idiorm
cyrildewit/eloquent-viewable
956085 Downloads
Laravel package that allows you to associate views with Eloquent models
backpack/generators
2205777 Downloads
Generate files for laravel projects
api-platform/schema-generator
3813967 Downloads
Various tools to generate a data model based on Schema.org vocables
wildside/userstamps
1346276 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
usmanhalalit/laracsv
1590313 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
unclead/yii2-multiple-input
1368764 Downloads
Widget for handle multiple inputs for an attribute of Yii2 framework model
thedoctor0/laravel-factory-generator
817495 Downloads
Automatically generate Laravel factories for your models.
tailflow/laravel-orion
470470 Downloads
Orion for Laravel allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.
spatie/laravel-searchable
1252488 Downloads
Pragmatically search through models and other sources
rutorika/sortable
855280 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
robclancy/presenter
1022034 Downloads
Decorate your objects using presenters. Primarily to keep presentation logic out of your models.