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

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.