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.