mead cff8596724 init il y a 4 ans
..
assets cff8596724 init il y a 4 ans
base cff8596724 init il y a 4 ans
behaviors cff8596724 init il y a 4 ans
caching cff8596724 init il y a 4 ans
captcha cff8596724 init il y a 4 ans
console cff8596724 init il y a 4 ans
data cff8596724 init il y a 4 ans
db cff8596724 init il y a 4 ans
di cff8596724 init il y a 4 ans
filters cff8596724 init il y a 4 ans
grid cff8596724 init il y a 4 ans
helpers cff8596724 init il y a 4 ans
i18n cff8596724 init il y a 4 ans
log cff8596724 init il y a 4 ans
mail cff8596724 init il y a 4 ans
messages cff8596724 init il y a 4 ans
mutex cff8596724 init il y a 4 ans
rbac cff8596724 init il y a 4 ans
requirements cff8596724 init il y a 4 ans
rest cff8596724 init il y a 4 ans
test cff8596724 init il y a 4 ans
validators cff8596724 init il y a 4 ans
views cff8596724 init il y a 4 ans
web cff8596724 init il y a 4 ans
widgets cff8596724 init il y a 4 ans
.htaccess cff8596724 init il y a 4 ans
BaseYii.php cff8596724 init il y a 4 ans
CHANGELOG.md cff8596724 init il y a 4 ans
LICENSE.md cff8596724 init il y a 4 ans
README.md cff8596724 init il y a 4 ans
UPGRADE.md cff8596724 init il y a 4 ans
Yii.php cff8596724 init il y a 4 ans
classes.php cff8596724 init il y a 4 ans
composer.json cff8596724 init il y a 4 ans
yii cff8596724 init il y a 4 ans
yii.bat cff8596724 init il y a 4 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.

Either run

composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.