Skip to content

Instantly share code, notes, and snippets.

@iz-ben
Created September 28, 2023 12:47
Show Gist options
  • Save iz-ben/1cb950743fd591ef7764f95281411dd9 to your computer and use it in GitHub Desktop.
Save iz-ben/1cb950743fd591ef7764f95281411dd9 to your computer and use it in GitHub Desktop.
Laravel sail init after cloning
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