kevin_zhangl b59687c380 init 3 éve
..
.github b59687c380 init 3 éve
assets b59687c380 init 3 éve
base b59687c380 init 3 éve
behaviors b59687c380 init 3 éve
caching b59687c380 init 3 éve
captcha b59687c380 init 3 éve
console b59687c380 init 3 éve
data b59687c380 init 3 éve
db b59687c380 init 3 éve
di b59687c380 init 3 éve
filters b59687c380 init 3 éve
grid b59687c380 init 3 éve
helpers b59687c380 init 3 éve
i18n b59687c380 init 3 éve
log b59687c380 init 3 éve
mail b59687c380 init 3 éve
messages b59687c380 init 3 éve
mutex b59687c380 init 3 éve
rbac b59687c380 init 3 éve
requirements b59687c380 init 3 éve
rest b59687c380 init 3 éve
test b59687c380 init 3 éve
validators b59687c380 init 3 éve
views b59687c380 init 3 éve
web b59687c380 init 3 éve
widgets b59687c380 init 3 éve
.gitignore b59687c380 init 3 éve
.htaccess b59687c380 init 3 éve
.phpstorm.meta.php b59687c380 init 3 éve
BaseYii.php b59687c380 init 3 éve
CHANGELOG.md b59687c380 init 3 éve
LICENSE.md b59687c380 init 3 éve
README.md b59687c380 init 3 éve
UPGRADE.md b59687c380 init 3 éve
Yii.php b59687c380 init 3 éve
classes.php b59687c380 init 3 éve
composer.json b59687c380 init 3 éve
yii b59687c380 init 3 éve
yii.bat b59687c380 init 3 éve

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.