Libraries tagged by database settings
rawilk/laravel-settings
110073 Downloads
Store Laravel application settings in the database.
qcod/laravel-settings
175770 Downloads
Store key value pair in database as settings
qcod/laravel-app-settings
90465 Downloads
A package with UI to store and manage all the settings for your application
pheme/yii2-settings
673059 Downloads
Yii2 Database settings
craue/config-bundle
978061 Downloads
Database-stored settings made available via a service for your Symfony project.
outerweb/settings
55074 Downloads
This package adds application wide settings stored in your database.
dmishh/settings-bundle
249325 Downloads
Database centric Symfony configuration management. Global and per-user settings supported.
arcanedev/laravel-settings
121579 Downloads
This package allows you to persists configs/settings for Laravel projects.
poisa/settings
5161 Downloads
A Laravel multi-tenant database configuration/settings manager
robinncode/db_craft
2055 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
tzunghaor/settings-bundle
6769 Downloads
Database persisted settings
ruangdeveloper/laravel-settings
6548 Downloads
Manage model or application settings in database
johnitvn/yii2-settings
5667 Downloads
Yii2 settings with database module with GUI manager supported
solomon-ochepa/laravel-settings
3831 Downloads
Store settings as key-value pairs in the database.
mobilestock/laravel-database-interceptor
5955 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.