Tweak where views and lang files are located.
This commit is contained in:
@@ -70,7 +70,7 @@ return array(
|
||||
'controllers' => __DIR__.'/../app/Http/Controllers',
|
||||
'database' => __DIR__.'/../database',
|
||||
'filters' => __DIR__.'/../app/Http/Filters',
|
||||
'lang' => __DIR__.'/../lang',
|
||||
'lang' => __DIR__.'/../resources/lang',
|
||||
'providers' => __DIR__.'/../app/Providers',
|
||||
'requests' => __DIR__.'/../app/Http/Requests',
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'paths' => array(app_path().'/Http/Views'),
|
||||
'paths' => array(base_path().'/resources/views'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user