Skip to content

Instantly share code, notes, and snippets.

@the-commits
Forked from njbair/bootstrap-sail.sh
Last active June 23, 2024 11:30
Show Gist options
  • Select an option

  • Save the-commits/7debff0e5ec077cad9c9b6028281b23f to your computer and use it in GitHub Desktop.

Select an option

Save the-commits/7debff0e5ec077cad9c9b6028281b23f to your computer and use it in GitHub Desktop.
Install via sail without php on host
#!/bin/sh
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