Last active
October 16, 2023 21:43
-
-
Save ahmeddabak/1478116b4cdabd5c2d52c49444a75544 to your computer and use it in GitHub Desktop.
Sail commands
This file contains hidden or 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 \ | |
--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