Created
July 12, 2019 20:21
-
-
Save rpayanm/6adf7cf400110e7d911369e348c1602f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
`composer.json:` | |
```json | |
{ | |
"autoload": { | |
"psr-4": { | |
"": "src/" | |
} | |
} | |
} | |
``` | |
`$ composer install` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment