Libraries tagged by Laravel Eloquent
akuechler/laravel-geoly
50872 Downloads
Perform fast and efficient radius searches on your Laravel Eloquent models.
rinvex/laravel-attributes
110807 Downloads
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
adamwathan/eloquent-oauth
59142 Downloads
Stupid simple OAuth authentication with Laravel and Eloquent
kiwilan/typescriptable-laravel
14407 Downloads
PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.
jailtonsc/laravel-response-xml
244259 Downloads
Add the method xml integrating the laravel's response, converting eloquent return to XML.
richan-fongdasen/eloquent-blameable
188305 Downloads
Blameable behavior implementation for your Eloquent Model in Laravel
gearbox-solutions/eloquent-filemaker
43589 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
mratiebatie/laravel-repositories
32574 Downloads
Laravel repositories using the native Eloquent functions.
laravel-json-api/non-eloquent
232123 Downloads
Construct JSON:API resources for non-Eloquent classes.
korridor/laravel-model-validation-rules
141055 Downloads
A laravel validation rule that uses eloquent to validate if a model exists
josezenem/laravel-slugidable
42139 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
cybercog/laravel-ownership
22925 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
volosyuk/simple-eloquent
93273 Downloads
Adaptation of eloquent for retrieving its attributes
troelskn/laravel-fillable-relations
62899 Downloads
Provides HasFillableRelations trait to Eloquent models
torann/laravel-repository
486368 Downloads
Base repository implementation for Laravel