Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 391 Bytes

Boilerplate

This is a template to start off the structure for every repository. The branches from here may contain boilerplate code for starting off specific types of projects

Composer

For PHP projects, dependencies should be managed through the composer package manager whenever possible.

See composer.json and http://getcomposer.org/ for more information