Skip to content

Instantly share code, notes, and snippets.

@tchartron
Last active February 2, 2024 10:38
Show Gist options
  • Save tchartron/9a167a3665786ec13a7dbe2814b885d2 to your computer and use it in GitHub Desktop.
Save tchartron/9a167a3665786ec13a7dbe2814b885d2 to your computer and use it in GitHub Desktop.
Create a new laravel app using composer in a docker container
docker run --rm --interactive --tty --volume $PWD:/app composer create-project laravel/laravel project_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment