itsmegger/symfony4-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

v2.0-BETA7 2019-02-26 21:18 UTC

README

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.

Create Project

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>

Upgrade previous created project

See UPGRADE files for more information about updates from a specific version