Libraries tagged by laravel database config
illuminatech/config
18354 Downloads
Provides support for Laravel application runtime configuration managed in persistent storage
arcanedev/laravel-settings
108344 Downloads
This package allows you to persists configs/settings for Laravel projects.
austinheap/laravel-database-encryption
75771 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
garf/laravel-conf
6275 Downloads
Store additional configs in JSON or Database (write, read)
tobytwigger/laravel-settings
9075 Downloads
Settings for Laravel
orchestra/memory
148959 Downloads
Memory Component for Orchestra Platform
poisa/settings
4608 Downloads
A Laravel multi-tenant database configuration/settings manager
fourn/admin-config
8198 Downloads
Manage your database configuration as profiles
fileinvite-org/laravel-database-encryption
10052 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
enflow/laravel-database-encryption
1287 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
ntanduy/cloudflare-d1-database
131 Downloads
Easy configuration and setup for D1 Database connections in Laravel.
itsdamien/laravel-heroku-config-parser
28684 Downloads
Parse Heroku config vars like DATABASE_URL or REDIS_URL to work with Laravel.
gaaarfild/laravel-conf
1008 Downloads
Store additional configs in JSON or Database (write, read)
emadha/laravel-dynamic-config
1061 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.
diontech/laravel-extended-scheduler
1297 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.