shichen b6c5ecc67a init 11 달 전
..
.github b6c5ecc67a init 11 달 전
assets b6c5ecc67a init 11 달 전
base b6c5ecc67a init 11 달 전
behaviors b6c5ecc67a init 11 달 전
caching b6c5ecc67a init 11 달 전
captcha b6c5ecc67a init 11 달 전
console b6c5ecc67a init 11 달 전
data b6c5ecc67a init 11 달 전
db b6c5ecc67a init 11 달 전
di b6c5ecc67a init 11 달 전
filters b6c5ecc67a init 11 달 전
grid b6c5ecc67a init 11 달 전
helpers b6c5ecc67a init 11 달 전
i18n b6c5ecc67a init 11 달 전
log b6c5ecc67a init 11 달 전
mail b6c5ecc67a init 11 달 전
messages b6c5ecc67a init 11 달 전
mutex b6c5ecc67a init 11 달 전
rbac b6c5ecc67a init 11 달 전
requirements b6c5ecc67a init 11 달 전
rest b6c5ecc67a init 11 달 전
test b6c5ecc67a init 11 달 전
validators b6c5ecc67a init 11 달 전
views b6c5ecc67a init 11 달 전
web b6c5ecc67a init 11 달 전
widgets b6c5ecc67a init 11 달 전
.gitignore b6c5ecc67a init 11 달 전
.htaccess b6c5ecc67a init 11 달 전
.phpstorm.meta.php b6c5ecc67a init 11 달 전
BaseYii.php b6c5ecc67a init 11 달 전
CHANGELOG.md b6c5ecc67a init 11 달 전
LICENSE.md b6c5ecc67a init 11 달 전
README.md b6c5ecc67a init 11 달 전
UPGRADE.md b6c5ecc67a init 11 달 전
Yii.php b6c5ecc67a init 11 달 전
classes.php b6c5ecc67a init 11 달 전
composer.json b6c5ecc67a init 11 달 전
yii b6c5ecc67a init 11 달 전
yii.bat b6c5ecc67a init 11 달 전

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.