dmstr / phd5-app
There is no license information available for the latest version (5.3.2) of this package.
5.3.2
2020-01-08 07:49 UTC
Requires
This package is auto-updated.
Last update: 2026-06-17 20:25:15 UTC
README
A universal web application template built upon Docker, PHP and Yii 2.0 Framework
Documentation
See docs
Using this repository as a base-image, see phd5-template
TL;dr
Requirements
- docker
>=17.05 - docker-compose
>=1.16.0 - make (optional)
Development
make all
Show help
make help
Create bash
make bash
Run setup in container
$ yii app/setup
See configuration...
Testing
Initialize application and run command from tests folder
make test
Debug tests inside the container
make bash
$ codecept run -d
See testing...