Libraries tagged by elequent
ddzobov/laravel-pivot-softdeletes
269943 Downloads
Make your Eloquent models pivots be able to soft deleted in Laravel/Lumen
czim/laravel-paperclip
520624 Downloads
Laravel Eloquent file attachment solution
christiankuri/laravel-favorite
399599 Downloads
Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.
cartalyst/tags
695671 Downloads
Easily add tags to your Eloquent models.
awssat/laravel-visits
132032 Downloads
Laravel Redis visits counter for Eloquent models
tightenco/quicksand
164038 Downloads
Easily schedule regular cleanup of old soft-deleted Eloquent data.
propaganistas/laravel-fakeid
194109 Downloads
Automatic ID obfuscation for Eloquent models.
ziffmedia/laravel-eloquent-imagery
133118 Downloads
Image handling per column/attribute for Laravel Eloquent
your-app-rocks/eloquent-uuid
62557 Downloads
Adds support for UUID generation automatically for Models Eloquents.
volosyuk/simple-eloquent
73696 Downloads
Adaptation of eloquent for retrieving its attributes
tareq1988/wp-eloquent
52463 Downloads
Eloquent ORM for WordPress
staudenmeir/eloquent-param-limit-fix
99782 Downloads
Laravel Eloquent eager loading fix for parameter limits of SQLite and SQL Server
sethphat/eloquent-docs
29382 Downloads
Generate PHPDoc scope for your Eloquent models (columns, accessors and more)
richardstyles/eloquentencryption
10420 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
richan-fongdasen/eloquent-blameable
152646 Downloads
Blameable behavior implementation for your Eloquent Model in Laravel