laravel-eloquent-logs
A simple way to log changes that occur on Eloquent models
laravel-eloquent-repositories
by mrgabricavi
Provides a scaffolding for repositories and models in Eloquent for Laravel
laravel-addresses
by metamel
Metamel Addresses is a polymorphic Laravel package, for address book management. You can add addresses to any eloquent model with ease.
laravel-eloquent-bulk
by cwola
A simple drop-in solution for providing bulk-insert for the Eloquent models.
laravel-user-timestamps
by robjbrain
Drop in replacements for UserTimestamps and SoftDeletes to also store the authenticated user id.
laravel-friends
by somecv
This package gives Eloquent models the ability to manage their friendships.
laravel-friendships
by marufsharia
This package gives Eloquent models the ability to manage their friendships.
laravel-eloquent-uuid
Small trait for Eloquent models to use UUID's instead of incrementing integers.
laravel-recursive-only
by naotake51
Register recursiveOnly() extending only() to Model, Collection and Arr.
laravel-imageup
by lidai
Auto Image upload, resize and crop for Laravel eloquent model using Intervention image
laravel-friendships
by jawadabbass
This package gives Eloquent models the ability to manage their friendships.
laravel-eloquent-observable
by stayallive
Register Eloquent model event listeners just-in-time directly from the model.
laravel-database-cache
by eusonlito
Cache Database Query results on Laravel Query Builder or Eloquent
laravel-helpermodel-translatable
by esign
A laravel package to make your eloquent models translatable.
laravel-duplicate
by vildanbina
Duplicate any Eloquent model along with its underlying relationships
laravel-rest-ql
by matteomeloni
A simple way, to be able to build a query into a Laravel model, through a http request
laravel-underscore-translatable
by esign
A laravel package to make your eloquent models translatable.
laravel-app-settings
by turkialawlqy
A package with UI to store and manage all the settings for your application
laravel-site-settings
by kajal-pandya
Run command in terminal and make ready made crud for your entity
laravel-eloquent-with-not-overwritten
by sydante
Add a method to Eloquent that does not overwrite the established relationship when relating 'with'.
laravel-revisions
by vildanbina
Create multiple revisions of any Eloquent model record along with its underlying relationships
laravel-categorizable
by alibayat
Implementing Nested-structure Hierarchy Categories system for Eloquent models.