Robin 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
..
assets 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
base 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
behaviors 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
caching 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
captcha 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
console 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
data 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
db 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
di 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
filters 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
grid 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
helpers 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
i18n 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
log 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
mail 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
messages 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
mutex 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
rbac 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
requirements 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
rest 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
test 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
validators 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
views 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
web 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
widgets 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
.gitignore 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
.htaccess 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
BaseYii.php 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
CHANGELOG.md 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
LICENSE.md 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
README.md 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
UPGRADE.md 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
Yii.php 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
classes.php 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
composer.json 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
yii 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos
yii.bat 90afbc9e9e 新建测试目录xxx %!s(int64=6) %!d(string=hai) anos

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.