Commit 59289aff authored by Taylor Otwell's avatar Taylor Otwell

Tweak where views and lang files are located.

parent 838b20d4
......@@ -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'),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment