jace a737c43329 handz project il y a 7 ans
..
assets a737c43329 handz project il y a 7 ans
base a737c43329 handz project il y a 7 ans
behaviors a737c43329 handz project il y a 7 ans
caching a737c43329 handz project il y a 7 ans
captcha a737c43329 handz project il y a 7 ans
console a737c43329 handz project il y a 7 ans
data a737c43329 handz project il y a 7 ans
db a737c43329 handz project il y a 7 ans
di a737c43329 handz project il y a 7 ans
filters a737c43329 handz project il y a 7 ans
grid a737c43329 handz project il y a 7 ans
helpers a737c43329 handz project il y a 7 ans
i18n a737c43329 handz project il y a 7 ans
log a737c43329 handz project il y a 7 ans
mail a737c43329 handz project il y a 7 ans
messages a737c43329 handz project il y a 7 ans
mutex a737c43329 handz project il y a 7 ans
rbac a737c43329 handz project il y a 7 ans
requirements a737c43329 handz project il y a 7 ans
rest a737c43329 handz project il y a 7 ans
test a737c43329 handz project il y a 7 ans
validators a737c43329 handz project il y a 7 ans
views a737c43329 handz project il y a 7 ans
web a737c43329 handz project il y a 7 ans
widgets a737c43329 handz project il y a 7 ans
.gitignore a737c43329 handz project il y a 7 ans
.htaccess a737c43329 handz project il y a 7 ans
BaseYii.php a737c43329 handz project il y a 7 ans
CHANGELOG.md a737c43329 handz project il y a 7 ans
LICENSE.md a737c43329 handz project il y a 7 ans
README.md a737c43329 handz project il y a 7 ans
UPGRADE.md a737c43329 handz project il y a 7 ans
Yii.php a737c43329 handz project il y a 7 ans
classes.php a737c43329 handz project il y a 7 ans
composer.json a737c43329 handz project il y a 7 ans
yii a737c43329 handz project il y a 7 ans
yii.bat a737c43329 handz project il y a 7 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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.