Last active
April 30, 2023 06:01
-
-
Save joshespi/e367a9cf8b58e030fd1e40d2a45366cb to your computer and use it in GitHub Desktop.
docker composer to create a new laravel app
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 -v C:\Users\Joshe\OneDrive\Documents\docker\laravel:/app composer create-project --prefer-dist laravel/laravel myapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment