Created
September 28, 2023 12:47
-
-
Save iz-ben/1cb950743fd591ef7764f95281411dd9 to your computer and use it in GitHub Desktop.
Laravel sail init after cloning
This file contains 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 \ | |
-u "$(id -u):$(id -g)" \ | |
-v $(pwd):/var/www/html \ | |
-w /var/www/html \ | |
laravelsail/php82-composer:latest \ | |
composer install --ignore-platform-reqs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment