Libraries tagged by epoq
sofa/revisionable
178110 Downloads
Nice and easy way to handle revisions of your db.
sofa/hookable
1910477 Downloads
Laravel Eloquent hooks system.
shiftonelabs/laravel-cascade-deletes
412349 Downloads
Adds application level cascading deletes to Eloquent Models.
rtconner/laravel-likeable
351125 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
rinvex/laravel-categories
147580 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
rawilk/laravel-settings
88339 Downloads
Store Laravel application settings in the database.
qcod/laravel-settings
165880 Downloads
Store key value pair in database as settings
qcod/laravel-imageup
103295 Downloads
Auto Image upload, resize and crop for Laravel eloquent model using Intervention image
qcod/laravel-app-settings
86608 Downloads
A package with UI to store and manage all the settings for your application
pdphilip/opensearch
98084 Downloads
An OpenSearch implementation of Laravel's Eloquent ORM
pdphilip/elasticsearch
90030 Downloads
An Elasticsearch implementation of Laravel's Eloquent ORM
mtolhuys/laravel-schematics
74333 Downloads
A interface to help you build your models
mopo922/laravel-treats
375941 Downloads
A collection of goodies for Laravel 5.
mikebronner/laravel-pivot-events
35845 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
mccool/laravel-auto-presenter
1045128 Downloads
A system for auto-decorating models with presenter objects.