Update composer and move themes to under views

This commit is contained in:
Deon George
2020-04-14 17:14:43 +10:00
parent 26365c57ff
commit 4dfa8f1122
61 changed files with 52 additions and 153 deletions

View File

@@ -11,7 +11,7 @@ return [
|--------------------------------------------------------------------------
*/
'themes_path' => realpath(base_path('resources/theme')), // eg: base_path('resources/themes')
'themes_path' => realpath(base_path('resources/views/theme')), // eg: base_path('resources/themes')
/*
|--------------------------------------------------------------------------
@@ -20,7 +20,7 @@ return [
|--------------------------------------------------------------------------
*/
'asset_not_found' => 'LOG_ERROR',
'asset_not_found' => 'THROW_EXCEPTION',
/*
|--------------------------------------------------------------------------