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

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.