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