Mac 에서 라라벨 + docker 로 설치
docker run --rm \
--pull=always \
-v "$(pwd)":/opt \
-w /opt \
laravelsail/php82-composer:latest \
bash -c "laravel new store-fly && cd store-fly && php ./artisan sail:install --with=pgsql,redis,mailpit "
2 Comments
Jordan Singer
2d2 replies
Santiago Roberts
4d