rgl/yii2-template-api
最新稳定版本:v1.0.0
Composer 安装命令:
composer create-project rgl/yii2-template-api
包简介
Yii 2 Api Project Template
README 文档
README
Yii 2 Api Project Template
Yii 2 Api Project Template is a skeleton Yii 2 application best for rapidly creating modular projects.
Install via Composer
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev raubel1993/yii2-template-api basic
Now you should be able to access the application through the following URL, assuming basic is the directory
directly under the Web root.
http://localhost/basic/web/
Install with Docker
Update your vendor packages
docker-compose run --rm php composer update --prefer-dist
Run the installation triggers (creating cookie validation code)
docker-compose run --rm php composer install
Start the container
docker-compose up -d
You can then access the application through the following URL:
http://127.0.0.1:8000
NOTES:
- Minimum required Docker engine version
17.04for development (see Performance tuning for volume mounts) - The default configuration uses a host-volume in your home directory
.docker-composerfor composer caches
CONFIGURATION
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-07-29