NoteStar afefe64360 newtest 5 роки тому
..
assets afefe64360 newtest 5 роки тому
base afefe64360 newtest 5 роки тому
behaviors afefe64360 newtest 5 роки тому
caching afefe64360 newtest 5 роки тому
captcha afefe64360 newtest 5 роки тому
console afefe64360 newtest 5 роки тому
data afefe64360 newtest 5 роки тому
db afefe64360 newtest 5 роки тому
di afefe64360 newtest 5 роки тому
filters afefe64360 newtest 5 роки тому
grid afefe64360 newtest 5 роки тому
helpers afefe64360 newtest 5 роки тому
i18n afefe64360 newtest 5 роки тому
log afefe64360 newtest 5 роки тому
mail afefe64360 newtest 5 роки тому
messages afefe64360 newtest 5 роки тому
mutex afefe64360 newtest 5 роки тому
rbac afefe64360 newtest 5 роки тому
requirements afefe64360 newtest 5 роки тому
rest afefe64360 newtest 5 роки тому
test afefe64360 newtest 5 роки тому
validators afefe64360 newtest 5 роки тому
views afefe64360 newtest 5 роки тому
web afefe64360 newtest 5 роки тому
widgets afefe64360 newtest 5 роки тому
.gitignore afefe64360 newtest 5 роки тому
.htaccess afefe64360 newtest 5 роки тому
BaseYii.php afefe64360 newtest 5 роки тому
CHANGELOG.md afefe64360 newtest 5 роки тому
LICENSE.md afefe64360 newtest 5 роки тому
README.md afefe64360 newtest 5 роки тому
UPGRADE.md afefe64360 newtest 5 роки тому
Yii.php afefe64360 newtest 5 роки тому
classes.php afefe64360 newtest 5 роки тому
composer.json afefe64360 newtest 5 роки тому
yii afefe64360 newtest 5 роки тому
yii.bat afefe64360 newtest 5 роки тому

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.