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

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.