Skip to content

Instantly share code, notes, and snippets.

@DamichiXL
Created August 13, 2023 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DamichiXL/9971fd1cca950c5dbfa50f2e3977988e to your computer and use it in GitHub Desktop.
Save DamichiXL/9971fd1cca950c5dbfa50f2e3977988e to your computer and use it in GitHub Desktop.
Run Laravel Sail without installed composer and php
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-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