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

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.