settings icon indicating copy to clipboard operation
settings copied to clipboard

Persistent settings package for Laravel 5.

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

There should be option to encrypt only value, and leave keys unencrypted.

Hi I'm trying to run this command: `php artisan settings:table` And i'm getting this error in the console : `ReflectionException : Method Krucas\Settings\Console\SettingsTableCommand::handle() does not exist ` laravel : 5.7...

Adding the package in laravel 6 throws a dependencies error " edvinaskrucas/settings 2.0.0 requires illuminate/support ^5.2 "

Since the fire method has been removed we need to replace it with the dispatch method.

Hello, This is best settings package of laravel. Is the author planning to support it for newer laravel versions?

if I dumped database from server, I will get this exception. Do you have any solution?

When you call settings ( 'key', 'default value') method, if the incoming key does not exist, there will be a fatal mistake,because when Krucas\Settings\Settings::get method during processing, [Repository has a...

Hello, Any idea how to get all settings, specially when settings is encrypted ? If I am using general db query for encrypted settings only return encrypted data.