Skip to content

Instantly share code, notes, and snippets.

@azazqadir
Created August 6, 2018 10:45
Show Gist options
  • Save azazqadir/9265bd830d5517d9d5f50cd02fac97d0 to your computer and use it in GitHub Desktop.
Save azazqadir/9265bd830d5517d9d5f50cd02fac97d0 to your computer and use it in GitHub Desktop.
Symfony 4 Installation Command

Use the following composer command to install Symfony 4

composer create-project symfony/skeleton symfony4

Flex is now included as a dependency in the new version. You can easily create a new Symfony 4 skeleton projects with Flex enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment