laravel-settings icon indicating copy to clipboard operation
laravel-settings copied to clipboard

Store key value pair in database as settings

Results 7 laravel-settings issues
Sort by recently updated
recently updated
newest added

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...