laravel-app-settings
laravel-app-settings copied to clipboard
Store settings in database with a manager UI for your Laravel app
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  here is my services.php looks like 
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 ? 