Skip to content

Instantly share code, notes, and snippets.

@lstrojny
Created April 16, 2013 11:28
Show Gist options
  • Save lstrojny/5395232 to your computer and use it in GitHub Desktop.
Save lstrojny/5395232 to your computer and use it in GitHub Desktop.
Composer autoloading config for Magento
"autoload": {
"psr-0": {
"": ["app/code/local", "app/code/community", "app/code/core", "lib"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment