shish 362ffa0050 全局关闭csrf 6 years ago
..
assets 1100b228e9 升级2.0.29 6 years ago
base 1100b228e9 升级2.0.29 6 years ago
behaviors 1100b228e9 升级2.0.29 6 years ago
caching 1100b228e9 升级2.0.29 6 years ago
captcha 1100b228e9 升级2.0.29 6 years ago
console 1100b228e9 升级2.0.29 6 years ago
data 1100b228e9 升级2.0.29 6 years ago
db 1100b228e9 升级2.0.29 6 years ago
di 1100b228e9 升级2.0.29 6 years ago
filters 1100b228e9 升级2.0.29 6 years ago
grid 1100b228e9 升级2.0.29 6 years ago
helpers 1100b228e9 升级2.0.29 6 years ago
i18n 1100b228e9 升级2.0.29 6 years ago
log 1100b228e9 升级2.0.29 6 years ago
mail 1100b228e9 升级2.0.29 6 years ago
messages 1100b228e9 升级2.0.29 6 years ago
mutex 1100b228e9 升级2.0.29 6 years ago
rbac 1100b228e9 升级2.0.29 6 years ago
requirements 1100b228e9 升级2.0.29 6 years ago
rest 362ffa0050 全局关闭csrf 6 years ago
test 1100b228e9 升级2.0.29 6 years ago
validators 1100b228e9 升级2.0.29 6 years ago
views 1100b228e9 升级2.0.29 6 years ago
web 1100b228e9 升级2.0.29 6 years ago
widgets 1100b228e9 升级2.0.29 6 years ago
.htaccess 74aff18855 init2 6 years ago
BaseYii.php 1100b228e9 升级2.0.29 6 years ago
CHANGELOG.md 1100b228e9 升级2.0.29 6 years ago
LICENSE.md 74aff18855 init2 6 years ago
README.md 1100b228e9 升级2.0.29 6 years ago
UPGRADE.md 1100b228e9 升级2.0.29 6 years ago
Yii.php 1100b228e9 升级2.0.29 6 years ago
classes.php 1100b228e9 升级2.0.29 6 years ago
composer.json 1100b228e9 升级2.0.29 6 years ago
yii fe19d464ec update .gitignore 6 years ago
yii.bat 74aff18855 init2 6 years ago

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.