Libraries tagged by model support
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
182 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
supportkbz/eloquentsalesforce
47 Downloads
An eloquent model data source for Salesforce
model/lock
796 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.
ahrmerd/laravel-test-generator
185 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
stalkdeveloper/laravel-crud-generator
3 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, form validation, API resources and Blade views.
fiachehr/laravel-comments-pro
7 Downloads
Production-ready comments system for Laravel: nested threads, reactions, guest & user support, polymorphic models, moderation, rate limiting
rmasters/culpa
2145 Downloads
Adds Blameable support to Eloquent models in Laravel
pensoft/laravel-authz
108 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
8424 Downloads
Lightweight MTI (Multi-Table Inheritance) support for Eloquent models