A universal web application template built upon Docker, PHP and Yii 2.0 Framework
See docs
- docker
>=17.05
- docker-compose
>=1.16.0
- make (optional)
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 init
cd tests
Setup test application stack
make up setup bash
Run tests inside the container
$ codecept run
See testing...