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