mead cff8596724 init 4 年之前
..
assets cff8596724 init 4 年之前
base cff8596724 init 4 年之前
behaviors cff8596724 init 4 年之前
caching cff8596724 init 4 年之前
captcha cff8596724 init 4 年之前
console cff8596724 init 4 年之前
data cff8596724 init 4 年之前
db cff8596724 init 4 年之前
di cff8596724 init 4 年之前
filters cff8596724 init 4 年之前
grid cff8596724 init 4 年之前
helpers cff8596724 init 4 年之前
i18n cff8596724 init 4 年之前
log cff8596724 init 4 年之前
mail cff8596724 init 4 年之前
messages cff8596724 init 4 年之前
mutex cff8596724 init 4 年之前
rbac cff8596724 init 4 年之前
requirements cff8596724 init 4 年之前
rest cff8596724 init 4 年之前
test cff8596724 init 4 年之前
validators cff8596724 init 4 年之前
views cff8596724 init 4 年之前
web cff8596724 init 4 年之前
widgets cff8596724 init 4 年之前
.htaccess cff8596724 init 4 年之前
BaseYii.php cff8596724 init 4 年之前
CHANGELOG.md cff8596724 init 4 年之前
LICENSE.md cff8596724 init 4 年之前
README.md cff8596724 init 4 年之前
UPGRADE.md cff8596724 init 4 年之前
Yii.php cff8596724 init 4 年之前
classes.php cff8596724 init 4 年之前
composer.json cff8596724 init 4 年之前
yii cff8596724 init 4 年之前
yii.bat cff8596724 init 4 年之前

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.

Either run

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

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.