廖泽华 a37f2bbff5 init code 4 yıl önce
..
assets a37f2bbff5 init code 4 yıl önce
base a37f2bbff5 init code 4 yıl önce
behaviors a37f2bbff5 init code 4 yıl önce
caching a37f2bbff5 init code 4 yıl önce
captcha a37f2bbff5 init code 4 yıl önce
console a37f2bbff5 init code 4 yıl önce
data a37f2bbff5 init code 4 yıl önce
db a37f2bbff5 init code 4 yıl önce
di a37f2bbff5 init code 4 yıl önce
filters a37f2bbff5 init code 4 yıl önce
grid a37f2bbff5 init code 4 yıl önce
helpers a37f2bbff5 init code 4 yıl önce
i18n a37f2bbff5 init code 4 yıl önce
log a37f2bbff5 init code 4 yıl önce
mail a37f2bbff5 init code 4 yıl önce
messages a37f2bbff5 init code 4 yıl önce
mutex a37f2bbff5 init code 4 yıl önce
rbac a37f2bbff5 init code 4 yıl önce
requirements a37f2bbff5 init code 4 yıl önce
rest a37f2bbff5 init code 4 yıl önce
test a37f2bbff5 init code 4 yıl önce
validators a37f2bbff5 init code 4 yıl önce
views a37f2bbff5 init code 4 yıl önce
web a37f2bbff5 init code 4 yıl önce
widgets a37f2bbff5 init code 4 yıl önce
.gitignore a37f2bbff5 init code 4 yıl önce
.htaccess a37f2bbff5 init code 4 yıl önce
BaseYii.php a37f2bbff5 init code 4 yıl önce
CHANGELOG.md a37f2bbff5 init code 4 yıl önce
LICENSE.md a37f2bbff5 init code 4 yıl önce
README.md a37f2bbff5 init code 4 yıl önce
UPGRADE.md a37f2bbff5 init code 4 yıl önce
Yii.php a37f2bbff5 init code 4 yıl önce
classes.php a37f2bbff5 init code 4 yıl önce
composer.json a37f2bbff5 init code 4 yıl önce
yii a37f2bbff5 init code 4 yıl önce
yii.bat a37f2bbff5 init code 4 yıl önce

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.