kevin_zhangl b59687c380 init 3 年之前
..
.github b59687c380 init 3 年之前
assets b59687c380 init 3 年之前
base b59687c380 init 3 年之前
behaviors b59687c380 init 3 年之前
caching b59687c380 init 3 年之前
captcha b59687c380 init 3 年之前
console b59687c380 init 3 年之前
data b59687c380 init 3 年之前
db b59687c380 init 3 年之前
di b59687c380 init 3 年之前
filters b59687c380 init 3 年之前
grid b59687c380 init 3 年之前
helpers b59687c380 init 3 年之前
i18n b59687c380 init 3 年之前
log b59687c380 init 3 年之前
mail b59687c380 init 3 年之前
messages b59687c380 init 3 年之前
mutex b59687c380 init 3 年之前
rbac b59687c380 init 3 年之前
requirements b59687c380 init 3 年之前
rest b59687c380 init 3 年之前
test b59687c380 init 3 年之前
validators b59687c380 init 3 年之前
views b59687c380 init 3 年之前
web b59687c380 init 3 年之前
widgets b59687c380 init 3 年之前
.gitignore b59687c380 init 3 年之前
.htaccess b59687c380 init 3 年之前
.phpstorm.meta.php b59687c380 init 3 年之前
BaseYii.php b59687c380 init 3 年之前
CHANGELOG.md b59687c380 init 3 年之前
LICENSE.md b59687c380 init 3 年之前
README.md b59687c380 init 3 年之前
UPGRADE.md b59687c380 init 3 年之前
Yii.php b59687c380 init 3 年之前
classes.php b59687c380 init 3 年之前
composer.json b59687c380 init 3 年之前
yii b59687c380 init 3 年之前
yii.bat b59687c380 init 3 年之前

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.