laravel-eloquent-table-name-trait
Eloquent trait to get the names of tables of your models statically.
laravel-friendable
by blok
This package gives Eloquent models the ability to manage friendships concept forked from hootlex/laravel-friendships.
laravel-enums
by lemax10
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
laravel-model-encryption
by rpsimao
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-meta
by dhcmega
Fork from kodeine/laravel-meta. Fluent Meta Data for Eloquent Models, as if it is a property on your model.
laravel-sluggable
Easy creation of slugs for your Eloquent models in Laravel 5. support arabic
laravel-model-validation-rules
by korridor
A laravel validation rule that uses eloquent to validate if a model exists
laravel-firebase-sync
by tungltdev
Synchronize your Eloquent models with a Firebase realtime database.
laravel-metable
by ewereka
Fluent metadata for Eloquent Models, as if it is a property on your model.
attributes
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.
laravel-job-models
by repat
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table
laravel-tarantool
A Tarantool based Eloquent ORM and Query builder for Laravel
laravel-auditing-job-database
by despatates
A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.
laravel-database-model-encryption
Provides database encryption/decryption with search encrypted fields.
laravel-eloquent-model-uuid
by glorand
A simple solution for providing UUID support for the IDs of your Eloquent models.
laravel-eloquent-uuid
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
laravel-response-xml
by dmsysop
Add the method xml integrating the laravel's response, converting eloquent return to XML.