docker compose up -d
docker compose exec php composer install
docker compose exec php php artisan migrate
docker compose exec php php artisan db:seed
Open http://localhost/ in a browser, then use one of these users to log in:
[email protected]
/password
[email protected]
/password
Emails are sent to a mail trap service called Mailhog, which you can access on http://localhost:81/.