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.