mead cff8596724 init hace 4 años
..
assets cff8596724 init hace 4 años
base cff8596724 init hace 4 años
behaviors cff8596724 init hace 4 años
caching cff8596724 init hace 4 años
captcha cff8596724 init hace 4 años
console cff8596724 init hace 4 años
data cff8596724 init hace 4 años
db cff8596724 init hace 4 años
di cff8596724 init hace 4 años
filters cff8596724 init hace 4 años
grid cff8596724 init hace 4 años
helpers cff8596724 init hace 4 años
i18n cff8596724 init hace 4 años
log cff8596724 init hace 4 años
mail cff8596724 init hace 4 años
messages cff8596724 init hace 4 años
mutex cff8596724 init hace 4 años
rbac cff8596724 init hace 4 años
requirements cff8596724 init hace 4 años
rest cff8596724 init hace 4 años
test cff8596724 init hace 4 años
validators cff8596724 init hace 4 años
views cff8596724 init hace 4 años
web cff8596724 init hace 4 años
widgets cff8596724 init hace 4 años
.htaccess cff8596724 init hace 4 años
BaseYii.php cff8596724 init hace 4 años
CHANGELOG.md cff8596724 init hace 4 años
LICENSE.md cff8596724 init hace 4 años
README.md cff8596724 init hace 4 años
UPGRADE.md cff8596724 init hace 4 años
Yii.php cff8596724 init hace 4 años
classes.php cff8596724 init hace 4 años
composer.json cff8596724 init hace 4 años
yii cff8596724 init hace 4 años
yii.bat cff8596724 init hace 4 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.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.