seetingUI
daniellord32 opened this issue · 1 comments
daniellord32 commented
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.
Undefined variable: settingsUI (View: C:\xampp\htdocs\appealsLite\vendor\qcod\laravel-app-settings\src\resources\views_settings.blade.php)
clipsmm commented
@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')