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.