Config, setup and bootstrap
This commit is contained in:
8
app/configs/paths.php
Normal file
8
app/configs/paths.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'paths.base' => dirname(__DIR__),
|
||||
'paths.resources' => DI\String('{paths.base}/resources'),
|
||||
'paths.database' => DI\String('{paths.resources}/database'),
|
||||
'paths.migrations' => DI\String('{paths.database}/migrations'),
|
||||
'paths.seeds' => DI\String('{paths.database}/seeds')
|
||||
];
|
Reference in New Issue
Block a user