Libraries tagged by elo
sofa/model-locking
47993 Downloads
Pseudo pessimistic model locking with broadcasted events for Laravel Eloquent ORM.
socialblue/laravel-query-adviser
3319 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
soap/laravel-invoices
11133 Downloads
Easy invoices generation using Laravel Eloquent
sloth-dev-guy/searches
2500 Downloads
Perform searches with Eloquent models using an array-like API setup
skybluesofa/laravel-followers
10899 Downloads
This package gives Eloquent models the ability to manage their followers.
sjdaws/vocal
15204 Downloads
Recursive functionality for Eloquent in Laravel 4 and 5
siabit/laravel-auditing-elasticsearch
2886 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
sarfraznawaz2005/indexer
2733 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
sansanlabs/laravel-userstamps
167 Downloads
Package to add userstamps to models.
sajadsdi/laravel-repository
65 Downloads
Advanced Tools to use repository pattern for laravel eloquent models.
sahibalejandro/laravel-form-helpers
2090 Downloads
Handle form model binding, old input binding and validation error messages in a clean and easy way.
rulr/laravel-authored
203 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
rockerkk/revisionable-mongodb
19187 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel and mongoDB
rakshitbharat/extendeddatabase
243 Downloads
Extend Power of Laravel's ORM Eloquent with attaching more methods to it.
proai/laravel-struct
1528 Downloads
A Laravel package for using structs with Laravel including attribute casting.