Created
February 2, 2018 04:21
-
-
Save aonrobot/3f00bcf879fe6fe81f750d57ef30c1a1 to your computer and use it in GitHub Desktop.
autoload for new library in laravel lumen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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