CLI Base App

This commit is contained in:
2022-11-09 15:25:59 -03:00
parent 02a68d9190
commit 11d8479a0c
10 changed files with 146 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
return [
'log_file' => '/logs/php.log'
];