Libraries tagged by model support
holacliente/laravel-datatables
189 Downloads
Datatables that supports pagination and recursive searching in relations
bdelespierre/laravel-has-uuid
464 Downloads
Provides support for UUID key type in Eloquent models
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
angkor/laravel-categories
165 Downloads
A fork of rinvex/laravel-categories - A polymorphic Laravel package for category management with Nested Sets, Sluggable, and Translatable support.
thomasjbradley/micromodel
34 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
acfbentveld/laravel-datatables
2898 Downloads
Datatables that supports pagination and recursive searching in relations
model/lock
770 Downloads
Wrapper around symfony/lock to support timeouts in blocking locks
gtk/larasearch
3930 Downloads
A driver based solution to searching your Eloquent models supports Laravel 5.2 and Elasticsearch engine.
bigsinoos/j-eloquent
4654 Downloads
Convert eloquent date attributes to jalali (Persian) dates on the fly. (supports model propery access, toJson, toString and toArray).
ahrmerd/laravel-test-generator
174 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
rmasters/culpa
2145 Downloads
Adds Blameable support to Eloquent models in Laravel
pensoft/laravel-authz
83 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
monurakkaya/opencart-eloquent
232 Downloads
Eloquent support for OpenCart models
janisbiz/doctrine-nested-set
331 Downloads
Doctrine extension to support nested set model
dive-be/eloquent-super
8423 Downloads
Lightweight MTI (Multi-Table Inheritance) support for Eloquent models