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

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.