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.