Libraries tagged by Laravel Database
iatstuti/laravel-nullable-fields
152763 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
jacquestvanzuydam/laravel-firebird
138690 Downloads
A Firebird database package for the Laravel Framework
sirodiaz/laravel-redirection
12087 Downloads
Laravel package that allows storing in database (or other sources) urls to redirect for SEO purposes
dariusiii/tmdb-laravel
15468 Downloads
Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.
cuonggt/laravel-dibi
5180 Downloads
An elegant GUI database management tool for your Laravel applications.
xint0/laravel-optimistic-locking
50608 Downloads
Adds optimistic locking feature to eloquent models.
weebly/laravel-mutate
46490 Downloads
Mutate Laravel attributes
waska14/laravel-with-db-transactions
30354 Downloads
Use middleware globally for all routes to put every controller in database transaction
shaburov/laravel-mysql-index-hints-scope
14757 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
schmeits/pulse-database-table-info
8121 Downloads
A Laravel Pulse card displaying the table info of the current database.
salehhashemi/laravel-repository
4583 Downloads
Implementing the repository pattern for Laravel projects.
rackbeat/laravel-morph-where-has
47436 Downloads
Fix whereHas for morphTo relations.
postscripton/laravel-money
15303 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
14193 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
ohseesoftware/laravel-assert-encrypted
28301 Downloads
Add an assertion to test for encrypted values in your database.