qcod/laravel-app-settings

seetingUI

daniellord32 opened this issue · 1 comments

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)

@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')