wayhood/yii2-app-template
Composer 安装命令:
composer create-project wayhood/yii2-app-template
包简介
Yii 2 Application Template
README 文档
README
DIRECTORY STRUCTURE
apps
common
config/ contains shared configurations
mail/ contains view files for e-mails
models/ contains model classes used in both backend and frontend
scripts
init init project
app app creation/deletion tool
requirements php environment check.
runtimes/ contains files generated during runtime by app name
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides
tests contains various tests for the advanced application
codeception/ contains tests developed with Codeception PHP Testing Framework
INSTALLATION
php composer.phar global require "fxp/composer-asset-plugin:1.0.0-beta4"
php composer.phar create-project --prefer-dist --stability=dev wayhood/yii2-app-template app
GETTING STARTED
- 运行
scripts/app创建 web 或 console 的应用程序, 会在apps下创建 - 运行
scripts/init初始化项目
Set document roots of your Web server:
- for appname
/path/to/yii-application/apps/"appname"/web/and using the URLhttp://webserver/pato/to/
Run a Console App:
- scripts/"entryname"
yii系统的命令,使用 vendor/bin/yii
快速还原官方的 yii2-app-advanced:
scripts/app --act=Create --type=Web --name=backendscripts/app --act=Create --type=Web --name=frontendscripts/app --act=Create --type=Console --name=console --enter=yii
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-01-15