Skip to content

Instantly share code, notes, and snippets.

@aonrobot
Created February 2, 2018 04:21
Show Gist options
  • Save aonrobot/3f00bcf879fe6fe81f750d57ef30c1a1 to your computer and use it in GitHub Desktop.
Save aonrobot/3f00bcf879fe6fe81f750d57ef30c1a1 to your computer and use it in GitHub Desktop.
autoload for new library in laravel lumen
"autoload": {
"psr-4": {
"App\\": "app/",
"Library\\": "app/Library"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment