jace a737c43329 handz project 7 年 前
..
assets a737c43329 handz project 7 年 前
base a737c43329 handz project 7 年 前
behaviors a737c43329 handz project 7 年 前
caching a737c43329 handz project 7 年 前
captcha a737c43329 handz project 7 年 前
console a737c43329 handz project 7 年 前
data a737c43329 handz project 7 年 前
db a737c43329 handz project 7 年 前
di a737c43329 handz project 7 年 前
filters a737c43329 handz project 7 年 前
grid a737c43329 handz project 7 年 前
helpers a737c43329 handz project 7 年 前
i18n a737c43329 handz project 7 年 前
log a737c43329 handz project 7 年 前
mail a737c43329 handz project 7 年 前
messages a737c43329 handz project 7 年 前
mutex a737c43329 handz project 7 年 前
rbac a737c43329 handz project 7 年 前
requirements a737c43329 handz project 7 年 前
rest a737c43329 handz project 7 年 前
test a737c43329 handz project 7 年 前
validators a737c43329 handz project 7 年 前
views a737c43329 handz project 7 年 前
web a737c43329 handz project 7 年 前
widgets a737c43329 handz project 7 年 前
.gitignore a737c43329 handz project 7 年 前
.htaccess a737c43329 handz project 7 年 前
BaseYii.php a737c43329 handz project 7 年 前
CHANGELOG.md a737c43329 handz project 7 年 前
LICENSE.md a737c43329 handz project 7 年 前
README.md a737c43329 handz project 7 年 前
UPGRADE.md a737c43329 handz project 7 年 前
Yii.php a737c43329 handz project 7 年 前
classes.php a737c43329 handz project 7 年 前
composer.json a737c43329 handz project 7 年 前
yii a737c43329 handz project 7 年 前
yii.bat a737c43329 handz project 7 年 前

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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.