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

Laravel 5.1.x Persistent Settings (Database + Cache)

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

not support laravel framework 8

[Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method Illuminate\Foundation\Application::share()

Does anyone think they are going to update this project to support Laravel 6? If not does anyone know a good substitute?

Because you are renaming column, we need to have doctrine/dbal package please add that in composer require or somewhere in readme. personally it looks overkill for me to having dbal...

Just tried this on a new project today and the publish command wouldn't work.

New release of version 1.2.5 still use share method.

Upon attempting to use laravel-settings for the first time I receive the following error and stack trace upon trying to use the get method: ``` ErrorException in Arr.php line 145:...

Hi, Is there any option to create option that depend on user_id, in that column save id of user that save settings or get settings? I see that in https://github.com/anlutro/laravel-settings...

enhancement

If I somehow lose my settings.json then Settings::getAll() returns empty array.