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
- 5.3.2
- 5.3.1
- 5.3.0
- 5.3.0-rc1
- 5.3.0-beta7
- 5.3.0-beta6
- 5.3.0-beta5
- 5.3.0-beta4
- 5.3.0-beta3
- 5.3.0-beta2
- 5.3.0-beta1
- 5.3.0-alpha4
- 5.3.0-alpha3
- 5.3.0-alpha2
- 5.3.0-alpha1
- 5.2.2
- 5.2.1
- 5.2.0
- 5.2.0-rc4
- 5.2.0-rc3
- 5.2.0-rc2
- 5.2.0-rc1
- 5.2.0-beta9
- 5.2.0-beta8
- 5.2.0-beta7
- 5.2.0-beta6
- 5.2.0-beta5
- 5.2.0-beta4
- 5.2.0-beta3
- 5.2.0-beta2
- 5.2.0-beta1
- 5.1.0
- 5.1.0-rc9
- 5.1.0-rc8
- 5.1.0-rc7
- 5.1.0-rc6
- 5.1.0-rc5
- 5.1.0-rc4
- 5.1.0-rc3
- 5.1.0-rc2
- 5.1.0-rc1
- 5.1.0-beta12
- 5.1.0-beta11
- 5.1.0-beta10
- 5.1.0-beta9
- 5.1.0-beta8
- 5.1.0-beta7
- 5.1.0-beta6
- 5.1.0-beta5
- 5.1.0-beta4
- 5.1.0-beta3
- 5.0.1-rc2
- 5.0.1-rc1
- 5.0.0-beta44
- 5.0.0-beta43
- 5.0.0-beta42
- 5.0.0-beta41
- 5.0.0-beta40
- 5.0.0-beta39
- 5.0.0-beta38
- 5.0.0-beta37
- 5.0.0-beta36
- 5.0.0-beta35
- 5.0.0-beta34
- 5.0.0-beta33
- 5.0.0-beta32
- 5.0.0-beta31
- 5.0.0-beta30
- 5.0.0-beta29
- 5.0.0-beta28
- 5.0.0-beta27
- 5.0.0-beta26
- 5.0.0-beta25
- 5.0.0-beta24
- 5.0.0-beta23
- 5.0.0-beta22
- 5.0.0-beta21
- 5.0.0-beta20
- 5.0.0-beta19
- 5.0.0-beta18
- 5.0.0-beta17
- 5.0.0-beta16
- 5.0.0-beta15
- 5.0.0-beta14
- 5.0.0-beta13
- 5.0.0-beta12
- 5.0.0-beta11
- 5.0.0-beta10
- 5.0.0-beta9
- 5.0.0-beta8
- 5.0.0-beta7
- 5.0.0-beta6
- 5.0.0-beta5
- 5.0.0-beta4
- 5.0.0-beta3
- 5.0.0-beta2
- 5.0.0-beta1
- 0.0.1
- dev-release/5.3.x
- dev-feature/package-upgrade-190509
- dev-feature/base-image-php-7.3
- dev-release/5.2.x
- dev-feature/db-scanner
- dev-release/5.0.x
- dev-latest
This package is auto-updated.
Last update: 2024-10-30 11:57:08 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...