- open up the terminal in the directory of the project
- docker-compose up
- docker-compose exec php-web bash
- composer install
- composer dump-autoload
If you want to be able to mail, you can rename the mail-boilerplate to 'mail.php' and fill in your mail smtp credentials.