oubo b1fc0d0e65 init commit. 4 月之前
..
.github b1fc0d0e65 init commit. 4 月之前
assets b1fc0d0e65 init commit. 4 月之前
base b1fc0d0e65 init commit. 4 月之前
behaviors b1fc0d0e65 init commit. 4 月之前
caching b1fc0d0e65 init commit. 4 月之前
captcha b1fc0d0e65 init commit. 4 月之前
console b1fc0d0e65 init commit. 4 月之前
data b1fc0d0e65 init commit. 4 月之前
db b1fc0d0e65 init commit. 4 月之前
di b1fc0d0e65 init commit. 4 月之前
filters b1fc0d0e65 init commit. 4 月之前
grid b1fc0d0e65 init commit. 4 月之前
helpers b1fc0d0e65 init commit. 4 月之前
i18n b1fc0d0e65 init commit. 4 月之前
log b1fc0d0e65 init commit. 4 月之前
mail b1fc0d0e65 init commit. 4 月之前
messages b1fc0d0e65 init commit. 4 月之前
mutex b1fc0d0e65 init commit. 4 月之前
rbac b1fc0d0e65 init commit. 4 月之前
requirements b1fc0d0e65 init commit. 4 月之前
rest b1fc0d0e65 init commit. 4 月之前
test b1fc0d0e65 init commit. 4 月之前
validators b1fc0d0e65 init commit. 4 月之前
views b1fc0d0e65 init commit. 4 月之前
web b1fc0d0e65 init commit. 4 月之前
widgets b1fc0d0e65 init commit. 4 月之前
.gitignore b1fc0d0e65 init commit. 4 月之前
.htaccess b1fc0d0e65 init commit. 4 月之前
.phpstorm.meta.php b1fc0d0e65 init commit. 4 月之前
BaseYii.php b1fc0d0e65 init commit. 4 月之前
CHANGELOG.md b1fc0d0e65 init commit. 4 月之前
LICENSE.md b1fc0d0e65 init commit. 4 月之前
README.md b1fc0d0e65 init commit. 4 月之前
UPGRADE.md b1fc0d0e65 init commit. 4 月之前
Yii.php b1fc0d0e65 init commit. 4 月之前
classes.php b1fc0d0e65 init commit. 4 月之前
composer.json b1fc0d0e65 init commit. 4 月之前
yii b1fc0d0e65 init commit. 4 月之前
yii.bat b1fc0d0e65 init commit. 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.