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.