abiao c39bdbea94 init php yii2 system il y a 5 ans
..
.github c39bdbea94 init php yii2 system il y a 5 ans
assets c39bdbea94 init php yii2 system il y a 5 ans
base c39bdbea94 init php yii2 system il y a 5 ans
behaviors c39bdbea94 init php yii2 system il y a 5 ans
caching c39bdbea94 init php yii2 system il y a 5 ans
captcha c39bdbea94 init php yii2 system il y a 5 ans
console c39bdbea94 init php yii2 system il y a 5 ans
data c39bdbea94 init php yii2 system il y a 5 ans
db c39bdbea94 init php yii2 system il y a 5 ans
di c39bdbea94 init php yii2 system il y a 5 ans
filters c39bdbea94 init php yii2 system il y a 5 ans
grid c39bdbea94 init php yii2 system il y a 5 ans
helpers c39bdbea94 init php yii2 system il y a 5 ans
i18n c39bdbea94 init php yii2 system il y a 5 ans
log c39bdbea94 init php yii2 system il y a 5 ans
mail c39bdbea94 init php yii2 system il y a 5 ans
messages c39bdbea94 init php yii2 system il y a 5 ans
mutex c39bdbea94 init php yii2 system il y a 5 ans
rbac c39bdbea94 init php yii2 system il y a 5 ans
requirements c39bdbea94 init php yii2 system il y a 5 ans
rest c39bdbea94 init php yii2 system il y a 5 ans
test c39bdbea94 init php yii2 system il y a 5 ans
validators c39bdbea94 init php yii2 system il y a 5 ans
views c39bdbea94 init php yii2 system il y a 5 ans
web c39bdbea94 init php yii2 system il y a 5 ans
widgets c39bdbea94 init php yii2 system il y a 5 ans
.gitignore c39bdbea94 init php yii2 system il y a 5 ans
.htaccess c39bdbea94 init php yii2 system il y a 5 ans
.phpstorm.meta.php c39bdbea94 init php yii2 system il y a 5 ans
BaseYii.php c39bdbea94 init php yii2 system il y a 5 ans
CHANGELOG.md c39bdbea94 init php yii2 system il y a 5 ans
LICENSE.md c39bdbea94 init php yii2 system il y a 5 ans
README.md c39bdbea94 init php yii2 system il y a 5 ans
UPGRADE.md c39bdbea94 init php yii2 system il y a 5 ans
Yii.php c39bdbea94 init php yii2 system il y a 5 ans
classes.php c39bdbea94 init php yii2 system il y a 5 ans
composer.json c39bdbea94 init php yii2 system il y a 5 ans
yii c39bdbea94 init php yii2 system il y a 5 ans
yii.bat c39bdbea94 init php yii2 system il y a 5 ans

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.