#1 - project skeleton
This commit is contained in:
13
config/view.php
Normal file
13
config/view.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
"paths" => [
|
||||
resource_path("views"),
|
||||
],
|
||||
"compiled" => env(
|
||||
"VIEW_COMPILED_PATH",
|
||||
realpath(storage_path("framework/views")),
|
||||
),
|
||||
];
|
Reference in New Issue
Block a user