Skip to content

Instantly share code, notes, and snippets.

@irkreja
Created November 25, 2018 04:28
Show Gist options
  • Save irkreja/aa00216d153f697dce27d978adb06927 to your computer and use it in GitHub Desktop.
Save irkreja/aa00216d153f697dce27d978adb06927 to your computer and use it in GitHub Desktop.
autoload integration in composer.json for RAW PHP
{
"autoload": {
"classmap": [
"./"
],
"files": ["core/helpers.php"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment