Installation

Create your Git repository on the platform of your choice, then add a new remote to it:

console
git remote add boilerplate https://github.com/thecodingmachine/symfony-boilerplate.git

Finally, pull the source code from a release to your current branch:

console
git pull boilerplate [TAG]

You may now follow the instructions of the README! 😋

note

📣  There are comments on the README to help you customize its content.

note

📣  If you don't need it, you should remove the .github folder.