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