Initial commit.

This commit is contained in:
Abdulmhsen B. A. A
2022-02-10 16:41:48 +03:00
commit 1e13cc4bf1
61 changed files with 8537 additions and 0 deletions

9
config/directories.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
return [
'%(path)/db',
'%(path)/logs',
'%(path)/config',
];