Libraries tagged by laravel data
xint0/laravel-optimistic-locking
72667 Downloads
Adds optimistic locking feature to eloquent models.
weebly/laravel-mutate
51077 Downloads
Mutate Laravel attributes
waska14/laravel-with-db-transactions
38326 Downloads
Use middleware globally for all routes to put every controller in database transaction
shaburov/laravel-mysql-index-hints-scope
31913 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
schmeits/pulse-database-table-info
19823 Downloads
A Laravel Pulse card displaying the table info of the current database.
salehhashemi/laravel-repository
7630 Downloads
Implementing the repository pattern for Laravel projects.
saasscaleup/laravel-n-plus-one-detector
332 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
rackbeat/laravel-morph-where-has
54558 Downloads
Fix whereHas for morphTo relations.
postscripton/laravel-money
17800 Downloads
Laravel Money is an open source package that provides you a convinient way to work with numbers from database with high precision and use them as monetary objects. With this package, you can easily operate, compare, format, and even convert monetary objects to other currencies using external API providers.
orptech/laravel-migration-partition
20519 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
ninoman/laravel-sortable
22937 Downloads
Simple package to add sorting functionality to your Laravel models.
nevadskiy/laravel-translatable
17126 Downloads
Add translations to your Eloquent models
nevadskiy/laravel-geonames
9348 Downloads
Populate your database using the GeoNames service.
nathanheffley/laravel-watermelon
2303 Downloads
Easily set up a sync endpoint to support Watermelon DB in your Laravel projects.
muhdfaiz/laravel-tail-db
25742 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.