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

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.