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

Persistent key-value storage for Laravel, json value supported. l10n supported.

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

## Summary of Change The use of `array_get` results in undefined function in Laravel 6 because of the deprecated (now removed) `array_*` functions in Laravel 6. I replaced `array_get` with...

thanks my Bro for this package, but i have question about cache , how can i edit it and reset the time of cache expire

Since Laravel 6 array_get() is deprecated. Now Arr::get() is actual.

Hi all, I'm not sure if it is only me. When i checked my debug bar I noticed the queries are doubled whenever I retrieve a settings. ![image](https://user-images.githubusercontent.com/23527099/38536395-8276f1e2-3cbb-11e8-808c-a03e953ad502.png)

Hi I am getting the above error when try to access the get method via Settings object. Setting::get('key');

I needed to add this in order to make settings save > class EloquentStorage ` protected $primaryKey = null; public $incrementing = false; `

I want to use the settings in my scheduled tasks but I'm unable to get it working. Shouldn't I use the facade in this instance?

Installed everything, migrated, but when I try to set a Setting it gives me this error: Class 'App\Http\Controllers\Admin\Setting' not found I'm using Laravel 5.4.

I'm trying to set a parameter but an error occurs : `Target [Unisharp\Setting\SettingStorageContract] is not instantiable while building [\Unisharp\Setting\Setting]`

Hi, Thank so much for this nice package, I've a suggestion : It's a good idea to add a function that retrieves a value from a file config when it...