Commit 083db95b authored by Taylor Otwell's avatar Taylor Otwell

Views.

parent caa166f5
......@@ -14,7 +14,7 @@ return [
*/
'paths' => [
realpath(base_path('resources/templates'))
realpath(base_path('resources/views'))
],
/*
......@@ -28,6 +28,6 @@ return [
|
*/
'compiled' => realpath(storage_path().'/framework/templates'),
'compiled' => realpath(storage_path().'/framework/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