Skip to content

Instantly share code, notes, and snippets.

@ziyahan
Last active October 12, 2015 14:41
Show Gist options
  • Save ziyahan/f905074de3f960f7abd1 to your computer and use it in GitHub Desktop.
Save ziyahan/f905074de3f960f7abd1 to your computer and use it in GitHub Desktop.
composer.json
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/",
"Modules\\": "app/modules"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment