Base setup

This commit is contained in:
2020-12-15 17:45:11 -03:00
parent 559d287a3d
commit 736eb72254
6 changed files with 146 additions and 0 deletions

6
setup/composer.php Normal file
View File

@ -0,0 +1,6 @@
<?php
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);