canyin-project/ybcy/vendor/yiisoft/yii2
2024-11-01 16:07:54 +08:00
..
.github init 2024-11-01 16:07:54 +08:00
assets init 2024-11-01 16:07:54 +08:00
base init 2024-11-01 16:07:54 +08:00
behaviors init 2024-11-01 16:07:54 +08:00
caching init 2024-11-01 16:07:54 +08:00
captcha init 2024-11-01 16:07:54 +08:00
console init 2024-11-01 16:07:54 +08:00
data init 2024-11-01 16:07:54 +08:00
db init 2024-11-01 16:07:54 +08:00
di init 2024-11-01 16:07:54 +08:00
filters init 2024-11-01 16:07:54 +08:00
grid init 2024-11-01 16:07:54 +08:00
helpers init 2024-11-01 16:07:54 +08:00
i18n init 2024-11-01 16:07:54 +08:00
log init 2024-11-01 16:07:54 +08:00
mail init 2024-11-01 16:07:54 +08:00
messages init 2024-11-01 16:07:54 +08:00
mutex init 2024-11-01 16:07:54 +08:00
rbac init 2024-11-01 16:07:54 +08:00
requirements init 2024-11-01 16:07:54 +08:00
rest init 2024-11-01 16:07:54 +08:00
test init 2024-11-01 16:07:54 +08:00
validators init 2024-11-01 16:07:54 +08:00
views init 2024-11-01 16:07:54 +08:00
web init 2024-11-01 16:07:54 +08:00
widgets init 2024-11-01 16:07:54 +08:00
.gitignore init 2024-11-01 16:07:54 +08:00
.htaccess init 2024-11-01 16:07:54 +08:00
.phpstorm.meta.php init 2024-11-01 16:07:54 +08:00
BaseYii.php init 2024-11-01 16:07:54 +08:00
CHANGELOG.md init 2024-11-01 16:07:54 +08:00
classes.php init 2024-11-01 16:07:54 +08:00
composer.json init 2024-11-01 16:07:54 +08:00
LICENSE.md init 2024-11-01 16:07:54 +08:00
README.md init 2024-11-01 16:07:54 +08:00
UPGRADE.md init 2024-11-01 16:07:54 +08:00
yii init 2024-11-01 16:07:54 +08:00
yii.bat init 2024-11-01 16:07:54 +08:00
Yii.php init 2024-11-01 16:07:54 +08: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.

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.