jace a737c43329 handz project há 7 anos atrás
..
assets a737c43329 handz project há 7 anos atrás
base a737c43329 handz project há 7 anos atrás
behaviors a737c43329 handz project há 7 anos atrás
caching a737c43329 handz project há 7 anos atrás
captcha a737c43329 handz project há 7 anos atrás
console a737c43329 handz project há 7 anos atrás
data a737c43329 handz project há 7 anos atrás
db a737c43329 handz project há 7 anos atrás
di a737c43329 handz project há 7 anos atrás
filters a737c43329 handz project há 7 anos atrás
grid a737c43329 handz project há 7 anos atrás
helpers a737c43329 handz project há 7 anos atrás
i18n a737c43329 handz project há 7 anos atrás
log a737c43329 handz project há 7 anos atrás
mail a737c43329 handz project há 7 anos atrás
messages a737c43329 handz project há 7 anos atrás
mutex a737c43329 handz project há 7 anos atrás
rbac a737c43329 handz project há 7 anos atrás
requirements a737c43329 handz project há 7 anos atrás
rest a737c43329 handz project há 7 anos atrás
test a737c43329 handz project há 7 anos atrás
validators a737c43329 handz project há 7 anos atrás
views a737c43329 handz project há 7 anos atrás
web a737c43329 handz project há 7 anos atrás
widgets a737c43329 handz project há 7 anos atrás
.gitignore a737c43329 handz project há 7 anos atrás
.htaccess a737c43329 handz project há 7 anos atrás
BaseYii.php a737c43329 handz project há 7 anos atrás
CHANGELOG.md a737c43329 handz project há 7 anos atrás
LICENSE.md a737c43329 handz project há 7 anos atrás
README.md a737c43329 handz project há 7 anos atrás
UPGRADE.md a737c43329 handz project há 7 anos atrás
Yii.php a737c43329 handz project há 7 anos atrás
classes.php a737c43329 handz project há 7 anos atrás
composer.json a737c43329 handz project há 7 anos atrás
yii a737c43329 handz project há 7 anos atrás
yii.bat a737c43329 handz project há 7 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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.