Skip to content

Instantly share code, notes, and snippets.

@frankdejonge
Created September 24, 2014 16:48
Show Gist options
  • Save frankdejonge/b474c9dc9d8aac97ec15 to your computer and use it in GitHub Desktop.
Save frankdejonge/b474c9dc9d8aac97ec15 to your computer and use it in GitHub Desktop.
PSR-0 folder structure with PSR-4 autoloading.
{
"autoload": {
"psr-4": {
"Vendor\\Package\\": "src/Vendor/Package"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment