Files
hortusfox-web/app/config/autoload.php
2025-02-03 14:30:25 +01:00

20 lines
318 B
PHP

<?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/AppHelper.php'
];