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

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.