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

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.