qcod/laravel-app-settings
Add a database-backed settings manager with an admin UI to your Laravel app. Define settings sections/inputs in config, edit them via a Bootstrap 4 page (or custom CSS), and access values via the AppSettings facade. Settings are cached for zero SQL reads.
app('app-settings')->setStorageGroup('my-storage-group')Package has been split into two parts
qcod/laravel-app-settings which keeps the current API without any breaking changes andqcod/laravel-settings to store a key-value pair in the databaseHow can I help you explore Laravel packages today?