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

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.