Adding in recommended directory structure

This commit is contained in:
Paul Dragoonis 2016-12-15 18:26:32 +00:00 committed by GitHub
parent f28fdebaa7
commit 82ca2c025c
1 changed files with 13 additions and 0 deletions

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/
vendor/
src/
test/
```
## Install
Via Composer