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

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.