Yii2 Api Skeleton
This application is to use with php-dev-stack
repo, or standalone.
Contents
Yii2 2.0.21 + DevMustafa package to work with RabbitMQ
. Other components
are configred in php-dev-stack
package via Dockerfile
and docker-compose.yml
files.
Using with php-dev-stack
- Clone
php-dev-stack
repo into some directory - Clone
yii2-api-skeleton
intoapp
directory ofphp-dev-stack
directory root. - Run
composer install
inapp
directory and then after succeed - Perform some settings in
docker-compose.yml
file. - Run
docker-compose up -d
- Profit!