NoteStar b7303a1608 none 5 年之前
..
assets b7303a1608 none 5 年之前
base b7303a1608 none 5 年之前
behaviors b7303a1608 none 5 年之前
caching b7303a1608 none 5 年之前
captcha b7303a1608 none 5 年之前
console b7303a1608 none 5 年之前
data b7303a1608 none 5 年之前
db b7303a1608 none 5 年之前
di b7303a1608 none 5 年之前
filters b7303a1608 none 5 年之前
grid b7303a1608 none 5 年之前
helpers b7303a1608 none 5 年之前
i18n b7303a1608 none 5 年之前
log b7303a1608 none 5 年之前
mail b7303a1608 none 5 年之前
messages b7303a1608 none 5 年之前
mutex b7303a1608 none 5 年之前
rbac b7303a1608 none 5 年之前
requirements b7303a1608 none 5 年之前
rest b7303a1608 none 5 年之前
test b7303a1608 none 5 年之前
validators b7303a1608 none 5 年之前
views b7303a1608 none 5 年之前
web b7303a1608 none 5 年之前
widgets b7303a1608 none 5 年之前
.gitignore b7303a1608 none 5 年之前
.htaccess b7303a1608 none 5 年之前
BaseYii.php b7303a1608 none 5 年之前
CHANGELOG.md b7303a1608 none 5 年之前
LICENSE.md b7303a1608 none 5 年之前
README.md b7303a1608 none 5 年之前
UPGRADE.md b7303a1608 none 5 年之前
Yii.php b7303a1608 none 5 年之前
classes.php b7303a1608 none 5 年之前
composer.json b7303a1608 none 5 年之前
yii b7303a1608 none 5 年之前
yii.bat b7303a1608 none 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.