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.