廖泽华 a37f2bbff5 init code 4 年 前
..
assets a37f2bbff5 init code 4 年 前
base a37f2bbff5 init code 4 年 前
behaviors a37f2bbff5 init code 4 年 前
caching a37f2bbff5 init code 4 年 前
captcha a37f2bbff5 init code 4 年 前
console a37f2bbff5 init code 4 年 前
data a37f2bbff5 init code 4 年 前
db a37f2bbff5 init code 4 年 前
di a37f2bbff5 init code 4 年 前
filters a37f2bbff5 init code 4 年 前
grid a37f2bbff5 init code 4 年 前
helpers a37f2bbff5 init code 4 年 前
i18n a37f2bbff5 init code 4 年 前
log a37f2bbff5 init code 4 年 前
mail a37f2bbff5 init code 4 年 前
messages a37f2bbff5 init code 4 年 前
mutex a37f2bbff5 init code 4 年 前
rbac a37f2bbff5 init code 4 年 前
requirements a37f2bbff5 init code 4 年 前
rest a37f2bbff5 init code 4 年 前
test a37f2bbff5 init code 4 年 前
validators a37f2bbff5 init code 4 年 前
views a37f2bbff5 init code 4 年 前
web a37f2bbff5 init code 4 年 前
widgets a37f2bbff5 init code 4 年 前
.gitignore a37f2bbff5 init code 4 年 前
.htaccess a37f2bbff5 init code 4 年 前
BaseYii.php a37f2bbff5 init code 4 年 前
CHANGELOG.md a37f2bbff5 init code 4 年 前
LICENSE.md a37f2bbff5 init code 4 年 前
README.md a37f2bbff5 init code 4 年 前
UPGRADE.md a37f2bbff5 init code 4 年 前
Yii.php a37f2bbff5 init code 4 年 前
classes.php a37f2bbff5 init code 4 年 前
composer.json a37f2bbff5 init code 4 年 前
yii a37f2bbff5 init code 4 年 前
yii.bat a37f2bbff5 init code 4 年 前

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.