root 42b1f3c490 20200525-init 5 年之前
..
.github 42b1f3c490 20200525-init 5 年之前
assets 42b1f3c490 20200525-init 5 年之前
base 42b1f3c490 20200525-init 5 年之前
behaviors 42b1f3c490 20200525-init 5 年之前
caching 42b1f3c490 20200525-init 5 年之前
captcha 42b1f3c490 20200525-init 5 年之前
console 42b1f3c490 20200525-init 5 年之前
data 42b1f3c490 20200525-init 5 年之前
db 42b1f3c490 20200525-init 5 年之前
di 42b1f3c490 20200525-init 5 年之前
filters 42b1f3c490 20200525-init 5 年之前
grid 42b1f3c490 20200525-init 5 年之前
helpers 42b1f3c490 20200525-init 5 年之前
i18n 42b1f3c490 20200525-init 5 年之前
log 42b1f3c490 20200525-init 5 年之前
mail 42b1f3c490 20200525-init 5 年之前
messages 42b1f3c490 20200525-init 5 年之前
mutex 42b1f3c490 20200525-init 5 年之前
rbac 42b1f3c490 20200525-init 5 年之前
requirements 42b1f3c490 20200525-init 5 年之前
rest 42b1f3c490 20200525-init 5 年之前
test 42b1f3c490 20200525-init 5 年之前
validators 42b1f3c490 20200525-init 5 年之前
views 42b1f3c490 20200525-init 5 年之前
web 42b1f3c490 20200525-init 5 年之前
widgets 42b1f3c490 20200525-init 5 年之前
.gitignore 42b1f3c490 20200525-init 5 年之前
.htaccess 42b1f3c490 20200525-init 5 年之前
BaseYii.php 42b1f3c490 20200525-init 5 年之前
CHANGELOG.md 42b1f3c490 20200525-init 5 年之前
LICENSE.md 42b1f3c490 20200525-init 5 年之前
README.md 42b1f3c490 20200525-init 5 年之前
UPGRADE.md 42b1f3c490 20200525-init 5 年之前
Yii.php 42b1f3c490 20200525-init 5 年之前
classes.php 42b1f3c490 20200525-init 5 年之前
composer.json 42b1f3c490 20200525-init 5 年之前
yii 42b1f3c490 20200525-init 5 年之前
yii.bat 42b1f3c490 20200525-init 5 年之前

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.