Libraries tagged by eloquent-models
hedii/laravel-date-range
40537 Downloads
A date range trait with local scope methods for Laravel Eloquent models
harmonic/inertia-table
166 Downloads
Easily create Inertia JS tables from Eloquent models
hacoidev/laravel-caching-model
6347 Downloads
A simple cache library for laravel eloquent model
gurgentil/eloquent-filters
224 Downloads
A Laravel package to add query filters to your Eloquent models with ease
grosv/eloquent-sheets
4290 Downloads
Eloquent models backed by Google Sheets
grantholle/api-resource-detection
994 Downloads
Detect API Resources for your Eloquent models.
ghanem/reportable
7506 Downloads
Reportable Polymorphic Eloquent Models for Laravel 6 & 7
geekk-net/laravel-enum
1031 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
gecche/laravel-policy-builder
914 Downloads
A simple way to build allowed list of eloquent models (acl)
gecche/laravel-fsm-model
171 Downloads
Use eloquent models as Finite State Machines
flyhjaelp/laravel-eloquent-orderable
2401 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
flooris/prestashop-models
2030 Downloads
Collection of Eloquent model files for using Laravel with Prestashop data
firevel/sortable
1661 Downloads
A simple trait to make your Laravel Eloquent models sortable with ease.
firevel/filterable
1662 Downloads
A simple trait for Laravel Eloquent models that allows you to easily filter your queries.
filippo-toso/fulltext
757 Downloads
Easily add fulltext search capabilities to your Eloquent models