This commit is contained in:
Taylor Otwell 2015-01-05 13:48:35 -06:00
parent caa166f5d6
commit 083db95b95
4 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
*/ */
'paths' => [ 'paths' => [
realpath(base_path('resources/templates')) realpath(base_path('resources/views'))
], ],
/* /*
@ -28,6 +28,6 @@
| |
*/ */
'compiled' => realpath(storage_path().'/framework/templates'), 'compiled' => realpath(storage_path().'/framework/views'),
]; ];