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

Store settings in database with a manager UI for your Laravel app

Results 18 laravel-app-settings issues
Sort by recently updated
recently updated
newest added

Any can explain me how to add the same settings for a entire controller without add manually in any public function?

After installing and using the package in laravel 8, I can't rollback my migrations. I even deleted the whole database and try artisan migrate and is throwing me this error...

laravel 6 , php 7.2 sudo php artisan config:cache ********************************* LogicException : Your configuration files are not serializable. at /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71 67| require $configPath; 68| } catch (Throwable $e) { 69|...

Error when get setting on services.php ![image](https://user-images.githubusercontent.com/31904944/120486334-24f39a80-c3df-11eb-8533-55cd317b122a.png) here is my services.php looks like ![image](https://user-images.githubusercontent.com/31904944/120486377-3046c600-c3df-11eb-829e-df9e34676788.png)

Select in blade value not selected with array value in db

I noticed that calling `setting('img_setting', 'default_img')` on a setting of type `image` has a different behavior depending if the value has never been set or if the value has been...

Adds [classic implementation of CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html) _P.S: I had to amend the layout file to allow fields including pushing CSS / JS to the layout._

artisan vendor:publish --provider=\"QCod\AppSettings\AppSettingsServiceProvider\" --tag=\"config\" > C:\xampp\php\php.exe C:\xampp\htdocs\LARAVEL71\artisan vendor:publish --provider=\\"QCod\AppSettings\AppSettingsServiceProvider\\" --tag=\\"config\\" Unable to locate publishable resources. Publishing complete.

is there any support to type url or text with rules http/s ? ![Screen Shot 2020-01-11 at 01 22 27](https://user-images.githubusercontent.com/59744260/72176505-13d47300-3411-11ea-8fed-06b036667ba3.png)