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" |
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
<?php | |
// This overrides that behaviour to `.psysh/` inside the project | |
return [ | |
'runtimeDir' => './temp/.psysh', | |
]; |