Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

A custom skeleton to create a project based on symfony4

Notifications You must be signed in to change notification settings

m3gg3r/CustomSymfony4Skeleton

Repository files navigation

Custom Symfony4 Skeleton

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