[WIP] Setup of skeleton
This commit is contained in:
12
config/initializer.php
Normal file
12
config/initializer.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Environment configuration key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Config path, where current environment value stored
|
||||
*/
|
||||
'env_config_key' => 'app.env',
|
||||
];
|
||||
Reference in New Issue
Block a user