Created
November 25, 2018 04:28
-
-
Save irkreja/aa00216d153f697dce27d978adb06927 to your computer and use it in GitHub Desktop.
autoload integration in composer.json for RAW PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"autoload": { | |
"classmap": [ | |
"./" | |
], | |
"files": ["core/helpers.php"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment