(https://laravel.com/docs/9.x/sail)
$ cp developer.env .env
$ docker run --rm --interactive --tty --volume $PWD:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer install
$ alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'
$ sail up OR sail up -d
Cryptocademy ist über: http://localhost:8123 erreichbar
Mailhog der der alle Mails der Anwendung fängt über: http://localhost:8025
$ sail artisan queue:work
$ sail artian migrate --force
$ sail npm run watch
$ sail npm run prod