Taylor Otwell 9 years ago
parent
commit
083db95b95

+ 2 - 2
config/view.php

@@ -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'),
 
 ];

+ 0 - 0
resources/templates/errors/503.blade.php → resources/views/errors/503.blade.php


+ 0 - 0
resources/templates/welcome.blade.php → resources/views/welcome.blade.php


+ 0 - 0
storage/framework/templates/.gitignore → storage/framework/views/.gitignore