Dependencies
This commit is contained in:
8
aldarien/view/config/locations.php
Normal file
8
aldarien/view/config/locations.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'base' => root(),
|
||||
'cache' => '{locations.base}/cache',
|
||||
'resources' => '{locations.base}/resources',
|
||||
'views' => '{locations.resources}/views'
|
||||
];
|
||||
?>
|
Reference in New Issue
Block a user