jace a737c43329 handz project hace 7 años
..
assets a737c43329 handz project hace 7 años
base a737c43329 handz project hace 7 años
behaviors a737c43329 handz project hace 7 años
caching a737c43329 handz project hace 7 años
captcha a737c43329 handz project hace 7 años
console a737c43329 handz project hace 7 años
data a737c43329 handz project hace 7 años
db a737c43329 handz project hace 7 años
di a737c43329 handz project hace 7 años
filters a737c43329 handz project hace 7 años
grid a737c43329 handz project hace 7 años
helpers a737c43329 handz project hace 7 años
i18n a737c43329 handz project hace 7 años
log a737c43329 handz project hace 7 años
mail a737c43329 handz project hace 7 años
messages a737c43329 handz project hace 7 años
mutex a737c43329 handz project hace 7 años
rbac a737c43329 handz project hace 7 años
requirements a737c43329 handz project hace 7 años
rest a737c43329 handz project hace 7 años
test a737c43329 handz project hace 7 años
validators a737c43329 handz project hace 7 años
views a737c43329 handz project hace 7 años
web a737c43329 handz project hace 7 años
widgets a737c43329 handz project hace 7 años
.gitignore a737c43329 handz project hace 7 años
.htaccess a737c43329 handz project hace 7 años
BaseYii.php a737c43329 handz project hace 7 años
CHANGELOG.md a737c43329 handz project hace 7 años
LICENSE.md a737c43329 handz project hace 7 años
README.md a737c43329 handz project hace 7 años
UPGRADE.md a737c43329 handz project hace 7 años
Yii.php a737c43329 handz project hace 7 años
classes.php a737c43329 handz project hace 7 años
composer.json a737c43329 handz project hace 7 años
yii a737c43329 handz project hace 7 años
yii.bat a737c43329 handz project hace 7 años

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.