adding an env PHP file

This commit is contained in:
2022-09-30 12:54:14 -06:00
parent 4aede2ad1b
commit 972ece51f9

5
env.php.example Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
'envrionment' => 'development',
];