Updated config after upgrade to Laravel 5.2

This commit is contained in:
James Cole
2016-01-08 15:59:21 +01:00
parent 180ec52798
commit 013e16e15f
12 changed files with 271 additions and 151 deletions

6
config/view.php Normal file → Executable file
View File

@@ -13,8 +13,8 @@ return [
|
*/
'paths' => [
realpath(base_path('resources/twig'))
'paths' => [
realpath(base_path('resources/views')),
],
/*
@@ -28,6 +28,6 @@ return [
|
*/
'compiled' => realpath(storage_path() . '/framework/views'),
'compiled' => realpath(storage_path('framework/views')),
];