mead cff8596724 init há 4 anos atrás
..
assets cff8596724 init há 4 anos atrás
base cff8596724 init há 4 anos atrás
behaviors cff8596724 init há 4 anos atrás
caching cff8596724 init há 4 anos atrás
captcha cff8596724 init há 4 anos atrás
console cff8596724 init há 4 anos atrás
data cff8596724 init há 4 anos atrás
db cff8596724 init há 4 anos atrás
di cff8596724 init há 4 anos atrás
filters cff8596724 init há 4 anos atrás
grid cff8596724 init há 4 anos atrás
helpers cff8596724 init há 4 anos atrás
i18n cff8596724 init há 4 anos atrás
log cff8596724 init há 4 anos atrás
mail cff8596724 init há 4 anos atrás
messages cff8596724 init há 4 anos atrás
mutex cff8596724 init há 4 anos atrás
rbac cff8596724 init há 4 anos atrás
requirements cff8596724 init há 4 anos atrás
rest cff8596724 init há 4 anos atrás
test cff8596724 init há 4 anos atrás
validators cff8596724 init há 4 anos atrás
views cff8596724 init há 4 anos atrás
web cff8596724 init há 4 anos atrás
widgets cff8596724 init há 4 anos atrás
.htaccess cff8596724 init há 4 anos atrás
BaseYii.php cff8596724 init há 4 anos atrás
CHANGELOG.md cff8596724 init há 4 anos atrás
LICENSE.md cff8596724 init há 4 anos atrás
README.md cff8596724 init há 4 anos atrás
UPGRADE.md cff8596724 init há 4 anos atrás
Yii.php cff8596724 init há 4 anos atrás
classes.php cff8596724 init há 4 anos atrás
composer.json cff8596724 init há 4 anos atrás
yii cff8596724 init há 4 anos atrás
yii.bat cff8596724 init há 4 anos atrás

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.