docker-laravel-handson

参考

インストール用のコマンド

docker compose exec app bash
chmod -R 777 storage bootstrap/cache
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
exit
docker compose down

起動用のコマンド

docker compose build
docker compose up -d

http://localhost:8080/