BiFace_Server_Lite/vendor/yiisoft/yii2
2020-03-27 10:13:51 +07:00
..
assets init 2020-03-27 10:13:51 +07:00
base init 2020-03-27 10:13:51 +07:00
behaviors init 2020-03-27 10:13:51 +07:00
caching init 2020-03-27 10:13:51 +07:00
captcha init 2020-03-27 10:13:51 +07:00
console init 2020-03-27 10:13:51 +07:00
data init 2020-03-27 10:13:51 +07:00
db init 2020-03-27 10:13:51 +07:00
di init 2020-03-27 10:13:51 +07:00
filters init 2020-03-27 10:13:51 +07:00
grid init 2020-03-27 10:13:51 +07:00
helpers init 2020-03-27 10:13:51 +07:00
i18n init 2020-03-27 10:13:51 +07:00
log init 2020-03-27 10:13:51 +07:00
mail init 2020-03-27 10:13:51 +07:00
messages init 2020-03-27 10:13:51 +07:00
mutex init 2020-03-27 10:13:51 +07:00
rbac init 2020-03-27 10:13:51 +07:00
requirements init 2020-03-27 10:13:51 +07:00
rest init 2020-03-27 10:13:51 +07:00
test init 2020-03-27 10:13:51 +07:00
validators init 2020-03-27 10:13:51 +07:00
views init 2020-03-27 10:13:51 +07:00
web init 2020-03-27 10:13:51 +07:00
widgets init 2020-03-27 10:13:51 +07:00
.gitignore init 2020-03-27 10:13:51 +07:00
.htaccess init 2020-03-27 10:13:51 +07:00
BaseYii.php init 2020-03-27 10:13:51 +07:00
CHANGELOG.md init 2020-03-27 10:13:51 +07:00
classes.php init 2020-03-27 10:13:51 +07:00
composer.json init 2020-03-27 10:13:51 +07:00
LICENSE.md init 2020-03-27 10:13:51 +07:00
README.md init 2020-03-27 10:13:51 +07:00
UPGRADE.md init 2020-03-27 10:13:51 +07:00
yii init 2020-03-27 10:13:51 +07:00
yii.bat init 2020-03-27 10:13:51 +07:00
Yii.php init 2020-03-27 10:13:51 +07:00

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.

Either run

composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.