laravel-settings
laravel-settings copied to clipboard
Store key value pair in database as settings
How can pass all parameters to view? and after call it in blade? like.. in title... settings('app_name')
Remove code duplication in `SettingEloquentStorage.php`
Allow getting of the config(key) when the settings(key) is not yet defined. Makes the app more transparant and all config() can be replaced by settings(). The code decides if the...
Heyho, a function to preserve some not all settings would be nice. As a function parameter simply an array with the keys and you get back an array with the...