廖泽华 a37f2bbff5 init code пре 4 година
..
assets a37f2bbff5 init code пре 4 година
base a37f2bbff5 init code пре 4 година
behaviors a37f2bbff5 init code пре 4 година
caching a37f2bbff5 init code пре 4 година
captcha a37f2bbff5 init code пре 4 година
console a37f2bbff5 init code пре 4 година
data a37f2bbff5 init code пре 4 година
db a37f2bbff5 init code пре 4 година
di a37f2bbff5 init code пре 4 година
filters a37f2bbff5 init code пре 4 година
grid a37f2bbff5 init code пре 4 година
helpers a37f2bbff5 init code пре 4 година
i18n a37f2bbff5 init code пре 4 година
log a37f2bbff5 init code пре 4 година
mail a37f2bbff5 init code пре 4 година
messages a37f2bbff5 init code пре 4 година
mutex a37f2bbff5 init code пре 4 година
rbac a37f2bbff5 init code пре 4 година
requirements a37f2bbff5 init code пре 4 година
rest a37f2bbff5 init code пре 4 година
test a37f2bbff5 init code пре 4 година
validators a37f2bbff5 init code пре 4 година
views a37f2bbff5 init code пре 4 година
web a37f2bbff5 init code пре 4 година
widgets a37f2bbff5 init code пре 4 година
.gitignore a37f2bbff5 init code пре 4 година
.htaccess a37f2bbff5 init code пре 4 година
BaseYii.php a37f2bbff5 init code пре 4 година
CHANGELOG.md a37f2bbff5 init code пре 4 година
LICENSE.md a37f2bbff5 init code пре 4 година
README.md a37f2bbff5 init code пре 4 година
UPGRADE.md a37f2bbff5 init code пре 4 година
Yii.php a37f2bbff5 init code пре 4 година
classes.php a37f2bbff5 init code пре 4 година
composer.json a37f2bbff5 init code пре 4 година
yii a37f2bbff5 init code пре 4 година
yii.bat a37f2bbff5 init code пре 4 година

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.