adding an env PHP file
This commit is contained in:
5
env.php.example
Normal file
5
env.php.example
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'envrionment' => 'development',
|
||||||
|
];
|
Reference in New Issue
Block a user