Libraries tagged by laravel_db
ipleiria/dbcontextseeder
10 Downloads
gazatem/dblogger-gui
14 Downloads
A gui for gazatem/dblogger
akshitarora/dblog
6 Downloads
Tool to log heavy database queries in the Laravel application
gazatem/dblogger
76 Downloads
A Laravel package, helps to log into database and send email alerts
artoodetoo/so-example
2 Downloads
StackOverflow DB for Laravel
weboap/option
271 Downloads
Save and retreive config from db for laravel 5 / Access Config as Array
developerssavyour/milvus
410 Downloads
A package to connect milvus DB with php laravel
bardolf69/laravel11-countries-states-cities
16 Downloads
Laravel Countries States Cities DB Migration & Seeder
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
cortex/tenants
2961 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
yuriitatur/repository
20 Downloads
A simple framework/db agnostic repository package
rajentrivedi/transaction-x
17 Downloads
implements database transaction with ease
kdabrow/time-machine
6073 Downloads
Laravel / Lumen library that allows to change dates in db
halimzidoune/query-macro-helper
4 Downloads
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code cleaner, easier to read, and more organized, all while being fully compatible with all Laravel-supported database drivers.
elminson/database-query-logger
54 Downloads
A powerful PHP package for logging SQL queries from Laravel applications, supporting both Eloquent and Query Builder instances, with flexible output options.