Skip to content

Instantly share code, notes, and snippets.

@rpayanm
Created July 12, 2019 20:21
Show Gist options
  • Save rpayanm/6adf7cf400110e7d911369e348c1602f to your computer and use it in GitHub Desktop.
Save rpayanm/6adf7cf400110e7d911369e348c1602f to your computer and use it in GitHub Desktop.
`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