Merge pull request #101 from dragoonis/master

Adding in recommended directory structure
This commit is contained in:
Frank de Jonge 2016-12-15 19:52:23 +01:00 committed by GitHub
commit ad992b1e08

View file

@ -12,6 +12,19 @@
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.
## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
```
bin/
config/
src/
test/
vendor/
```
## Install
Via Composer