square1-io/yii-framework
Composer 安装命令:
composer require square1-io/yii-framework
包简介
Yii Web Programming Framework
关键字:
README 文档
README
This is a repackaged version of yiisoft/yii that only includes the framework/ directory.
The purpose of this repackage is to remove unnecessary files/folders that are automatically included when installed via composer.
Installation
Just add this to your composer.json file:
{
"require": {
"square1-io/yii-framework": "1.1.14"
}
}
Then to install the framework just run:
composer install
Quick Start
The "yiic" command line tool that can create a skeleton Yii application is available at vendor/bin/yiic
$ vendor/bin/yiic webapp %APPNAME% git
For more information on using Yii and Composer checkout http://blog.square1.io/
统计信息
- 总下载量: 9.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-09-08