Skip to content

Instantly share code, notes, and snippets.

@FreeFly19
Created October 22, 2015 16:54
Show Gist options
  • Save FreeFly19/9ad932af5125086198ba to your computer and use it in GitHub Desktop.
Save FreeFly19/9ad932af5125086198ba to your computer and use it in GitHub Desktop.
Autoload example
{
"name": "youname/project",
"autoload" : {
"psr-4": {
"Namespace\\" : "src/Namespace"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment