Libraries tagged by elo
usmanhalalit/laracsv
1816946 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
shiftonelabs/laravel-cascade-deletes
764109 Downloads
Adds application level cascading deletes to Eloquent Models.
rutorika/sortable
1068504 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
rtconner/laravel-tagging
3174573 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
reedware/laravel-relation-joins
1342376 Downloads
Adds the ability to join on a relationship by name.
outl1ne/nova-sortable
2196475 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
2159342 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
2682094 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
290157 Downloads
This light package, with no dependencies, gives Eloquent models the ability to manage friendships (with groups), verifications, and interactions such as: Likes, favorites, votes, subscribe, follow, ..etc. And it includes advanced rating system.
mtolhuys/laravel-schematics
92327 Downloads
A interface to help you build your models
mikebronner/laravel-pivot-events
892295 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
michaelachrisco/readonly
2228851 Downloads
Readonly Models for Laravel 5+
laravel-clickhouse/laravel-clickhouse
32092 Downloads
A ClickHouse based Eloquent model and Query builder for Laravel
kodeine/laravel-meta
855484 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
jpkleemans/attribute-events
556333 Downloads
🔥 Fire events on attribute changes of your Eloquent model