Skip to content

Instantly share code, notes, and snippets.

@ahmeddabak
Last active October 16, 2023 21:43
Show Gist options
  • Save ahmeddabak/1478116b4cdabd5c2d52c49444a75544 to your computer and use it in GitHub Desktop.
Save ahmeddabak/1478116b4cdabd5c2d52c49444a75544 to your computer and use it in GitHub Desktop.
Sail commands
docker run --rm \
--pull=always \
-v "$(pwd)":/opt \
-w /opt \
laravelsail/php81-composer:latest \
bash -c "composer install && composer require laravel/sail --dev && php ./artisan sail:install --with=mysql,redis,meilisearch,mailpit,selenium"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment