jace 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
..
assets 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
base 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
behaviors 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
caching 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
captcha 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
console 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
data 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
db 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
di 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
filters 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
grid 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
helpers 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
i18n 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
log 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
mail 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
messages 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
mutex 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
rbac 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
requirements 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
rest 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
test 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
validators 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
views 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
web 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
widgets 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
.gitignore 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
.htaccess 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
BaseYii.php 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
CHANGELOG.md 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
LICENSE.md 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
README.md 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
UPGRADE.md 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
Yii.php 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
classes.php 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
composer.json 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
yii 3129c4f082 增加文件 %!s(int64=7) %!d(string=hai) anos
yii.bat 3129c4f082 增加文件 %!s(int64=7) %!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.