- Open docker directory in console
- Copy
.env.example
to.env
and make necessary changes. - Run
make
command - Run
make shell php
to enter in php container
- Run
composer install
- Run
php artisan migrate
- Run
php artisan ide-helper:generate
,php artisan ide-helper:models -M
to generate files for ide. - Run
vendor/bin/phpstan