mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 13:53:29 -08:00
Initial commit
This commit is contained in:
19
app/config/autoload.php
Normal file
19
app/config/autoload.php
Normal 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'
|
||||
];
|
||||
Reference in New Issue
Block a user