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

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.