Last active
February 2, 2024 10:38
-
-
Save tchartron/9a167a3665786ec13a7dbe2814b885d2 to your computer and use it in GitHub Desktop.
Create a new laravel app using composer in a docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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