Update composer and move themes to under views
This commit is contained in:
@@ -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',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user