kevin_zhangl b59687c380 init 3 yıl önce
..
.github b59687c380 init 3 yıl önce
assets b59687c380 init 3 yıl önce
base b59687c380 init 3 yıl önce
behaviors b59687c380 init 3 yıl önce
caching b59687c380 init 3 yıl önce
captcha b59687c380 init 3 yıl önce
console b59687c380 init 3 yıl önce
data b59687c380 init 3 yıl önce
db b59687c380 init 3 yıl önce
di b59687c380 init 3 yıl önce
filters b59687c380 init 3 yıl önce
grid b59687c380 init 3 yıl önce
helpers b59687c380 init 3 yıl önce
i18n b59687c380 init 3 yıl önce
log b59687c380 init 3 yıl önce
mail b59687c380 init 3 yıl önce
messages b59687c380 init 3 yıl önce
mutex b59687c380 init 3 yıl önce
rbac b59687c380 init 3 yıl önce
requirements b59687c380 init 3 yıl önce
rest b59687c380 init 3 yıl önce
test b59687c380 init 3 yıl önce
validators b59687c380 init 3 yıl önce
views b59687c380 init 3 yıl önce
web b59687c380 init 3 yıl önce
widgets b59687c380 init 3 yıl önce
.gitignore b59687c380 init 3 yıl önce
.htaccess b59687c380 init 3 yıl önce
.phpstorm.meta.php b59687c380 init 3 yıl önce
BaseYii.php b59687c380 init 3 yıl önce
CHANGELOG.md b59687c380 init 3 yıl önce
LICENSE.md b59687c380 init 3 yıl önce
README.md b59687c380 init 3 yıl önce
UPGRADE.md b59687c380 init 3 yıl önce
Yii.php b59687c380 init 3 yıl önce
classes.php b59687c380 init 3 yıl önce
composer.json b59687c380 init 3 yıl önce
yii b59687c380 init 3 yıl önce
yii.bat b59687c380 init 3 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.