adding an env PHP file

This commit is contained in:
Brian 2022-09-30 12:54:14 -06:00
parent 4aede2ad1b
commit 972ece51f9
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

5
env.php.example Normal file
View File

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