Contacts

cp .env.dist .env

Please, edit .env

docker-compose up -d --build

docker-compose exec php zsh

composer install

bin/console doctrine:migrations:migrate -n

bin/console doctrine:fixtures:load -n

Done! You can visit http://localhost:8007