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