Libraries tagged by laravel database config
elemenx/laravel-database-influxdb
6 Downloads
A package for accessing InfluxDB from Laravel 5.5+, based on configuration settings.
hxm/database-system-config
4 Downloads
save system config value on database
lloricode/laravel-app-namespace
500 Downloads
Rename App namespace included config, database, and tests files
tremby/laravel-db-shell-command
1817 Downloads
Add a db:shell command to Laravel which runs a shell for a configured database connection
takethelead/laravel-settings
1101 Downloads
Manage config settings through the database
leantony/laravel_settings
145 Downloads
Dynamically load laravel config settings from config files into a database
meletisf/laravel-settings
28 Downloads
Laravel Settings allows you to have configuration variables inside the database
laradic/config
1483 Downloads
Laravel 5 config extensions: save to file/db. use namespaces, etc
inoplate/config
10 Downloads
Inoplate configuration repository
etopian/laravel-settings
3 Downloads
This package allows you to persists configs/settings for Laravel projects.
elbowspaceuk/laravel-settings
2053 Downloads
Settings for Laravel
twigger/laravel-settings
10 Downloads
Settings for Laravel
libaro/laravel-slow-queries
23 Downloads
Laravel Slow QueriesLaravel Slow Queries is a package that allows you to easily log slow queries in your Laravel application. This package logs queries that exceed a configurable time limit and stores them in the database, making it easy to analyze and optimize your database performance.
laralabs/connection-loader
24 Downloads
Load database connections into config from database table
wimil/settings
133 Downloads
This package allows you to save the configuration in a more persistent way. Use the database to save your settings, you can save values in json format. You can also override the Laravel configuration.