Robin 15f8f6f002 接入新的支付通道 6 years ago
..
assets 15f8f6f002 接入新的支付通道 6 years ago
base 15f8f6f002 接入新的支付通道 6 years ago
behaviors 15f8f6f002 接入新的支付通道 6 years ago
caching 15f8f6f002 接入新的支付通道 6 years ago
captcha 15f8f6f002 接入新的支付通道 6 years ago
console 15f8f6f002 接入新的支付通道 6 years ago
data 15f8f6f002 接入新的支付通道 6 years ago
db 15f8f6f002 接入新的支付通道 6 years ago
di 15f8f6f002 接入新的支付通道 6 years ago
filters 15f8f6f002 接入新的支付通道 6 years ago
grid 15f8f6f002 接入新的支付通道 6 years ago
helpers 15f8f6f002 接入新的支付通道 6 years ago
i18n 15f8f6f002 接入新的支付通道 6 years ago
log 15f8f6f002 接入新的支付通道 6 years ago
mail 15f8f6f002 接入新的支付通道 6 years ago
messages 15f8f6f002 接入新的支付通道 6 years ago
mutex 15f8f6f002 接入新的支付通道 6 years ago
rbac 15f8f6f002 接入新的支付通道 6 years ago
requirements 15f8f6f002 接入新的支付通道 6 years ago
rest 15f8f6f002 接入新的支付通道 6 years ago
test 15f8f6f002 接入新的支付通道 6 years ago
validators 15f8f6f002 接入新的支付通道 6 years ago
views 15f8f6f002 接入新的支付通道 6 years ago
web 15f8f6f002 接入新的支付通道 6 years ago
widgets 15f8f6f002 接入新的支付通道 6 years ago
.gitignore 15f8f6f002 接入新的支付通道 6 years ago
.htaccess 15f8f6f002 接入新的支付通道 6 years ago
BaseYii.php 15f8f6f002 接入新的支付通道 6 years ago
CHANGELOG.md 15f8f6f002 接入新的支付通道 6 years ago
LICENSE.md 15f8f6f002 接入新的支付通道 6 years ago
README.md 15f8f6f002 接入新的支付通道 6 years ago
UPGRADE.md 15f8f6f002 接入新的支付通道 6 years ago
Yii.php 15f8f6f002 接入新的支付通道 6 years ago
classes.php 15f8f6f002 接入新的支付通道 6 years ago
composer.json 15f8f6f002 接入新的支付通道 6 years ago
yii 15f8f6f002 接入新的支付通道 6 years ago
yii.bat 15f8f6f002 接入新的支付通道 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.

Either run

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.