A universal web application template built upon Docker, PHP and Yii 2.0 Framework
See docs
Using this repository as a base-image, see phd5-template
>=17.05
>=1.16.0
make all
Show help
make help
Create bash
make bash
Run setup in container
$ yii app/setup
See configuration...
Initialize application and run command from tests
folder
make test
Debug tests inside the container
make bash
$ codecept run -d
See testing...