shichen b6c5ecc67a init 11 月之前
..
.github b6c5ecc67a init 11 月之前
assets b6c5ecc67a init 11 月之前
base b6c5ecc67a init 11 月之前
behaviors b6c5ecc67a init 11 月之前
caching b6c5ecc67a init 11 月之前
captcha b6c5ecc67a init 11 月之前
console b6c5ecc67a init 11 月之前
data b6c5ecc67a init 11 月之前
db b6c5ecc67a init 11 月之前
di b6c5ecc67a init 11 月之前
filters b6c5ecc67a init 11 月之前
grid b6c5ecc67a init 11 月之前
helpers b6c5ecc67a init 11 月之前
i18n b6c5ecc67a init 11 月之前
log b6c5ecc67a init 11 月之前
mail b6c5ecc67a init 11 月之前
messages b6c5ecc67a init 11 月之前
mutex b6c5ecc67a init 11 月之前
rbac b6c5ecc67a init 11 月之前
requirements b6c5ecc67a init 11 月之前
rest b6c5ecc67a init 11 月之前
test b6c5ecc67a init 11 月之前
validators b6c5ecc67a init 11 月之前
views b6c5ecc67a init 11 月之前
web b6c5ecc67a init 11 月之前
widgets b6c5ecc67a init 11 月之前
.gitignore b6c5ecc67a init 11 月之前
.htaccess b6c5ecc67a init 11 月之前
.phpstorm.meta.php b6c5ecc67a init 11 月之前
BaseYii.php b6c5ecc67a init 11 月之前
CHANGELOG.md b6c5ecc67a init 11 月之前
LICENSE.md b6c5ecc67a init 11 月之前
README.md b6c5ecc67a init 11 月之前
UPGRADE.md b6c5ecc67a init 11 月之前
Yii.php b6c5ecc67a init 11 月之前
classes.php b6c5ecc67a init 11 月之前
composer.json b6c5ecc67a init 11 月之前
yii b6c5ecc67a init 11 月之前
yii.bat b6c5ecc67a init 11 月之前

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.