qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

seetingUI #12

Closed daniellord32 closed 5 years ago

daniellord32 commented 5 years ago

possibility I have done something wrong but doing a fresh composer pull and following your guide, Whilst I know hte problem I can't seem to rectify locally.

http://prntscr.com/nse8om

Undefined variable: settingsUI (View: C:\xampp\htdocs\appealsLite\vendor\qcod\laravel-app-settings\src\resources\views_settings.blade.php)

clipsmm commented 5 years ago

@daniellord32 if you are extending the package in your controller please make sure you follow https://github.com/qcod/laravel-app-settings#using-different-controller

Route::get('your-settings-url', 'SettingsController@index')