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