CodelyTV / php-ddd-example

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

Home Page:https://pro.codely.tv/library/ddd-en-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows users

expeluo opened this issue · comments

For windows users I've proposed upload a makefile.bat to use instead unix makefile. When run docker image php my not start. To fix it go to docker-compose.yml and delete:
--force-php-discovery
On each instance of symfony

Use WSL with Ubuntu 20.4.
first update and upgrade your Ubuntu: sudo atp update && sudo apt upgrade
and run sudo make build