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

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.