Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

19
app/config/autoload.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
/*
Asatru PHP - autoload configuration file
Add here all files you want to be autoloaded
Schema:
<path>
Example:
/helper/myscript.php
Explanation:
Will autoload /helper/myscript.php relative
to the /app directory
*/
return [
'/helper/TestHelper.php'
];