Custom skeleton to easy create symfony4 projects
Includes:
- Webserver package
- phpspec
- behat
- easy-coding-standards
For more information about the features see the README which will be installed to project root.
To create a project with this skeleton simply use following command:
composer create-project itsmegger/symfony4-skeleton <projectname>
To create a project with the current master branch (not recommended) use following command:
composer create-project itsmegger/symfony4-skeleton:dev-master <projectname>
See UPGRADE files for more information about updates from a specific version