Skip to content

Instantly share code, notes, and snippets.

@kconde2
Created November 26, 2022 15:28
Show Gist options
  • Save kconde2/6cdeec24cffce2b71d5399e2db80cc87 to your computer and use it in GitHub Desktop.
Save kconde2/6cdeec24cffce2b71d5399e2db80cc87 to your computer and use it in GitHub Desktop.
Quickly install symfony latest version
docker run --rm --interactive --tty --volume $PWD/api:/app --user $(id -u):$(id -g) composer create-project symfony/skeleton .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment