Robin 15f8f6f002 接入新的支付通道 il y a 6 ans
..
assets 15f8f6f002 接入新的支付通道 il y a 6 ans
base 15f8f6f002 接入新的支付通道 il y a 6 ans
behaviors 15f8f6f002 接入新的支付通道 il y a 6 ans
caching 15f8f6f002 接入新的支付通道 il y a 6 ans
captcha 15f8f6f002 接入新的支付通道 il y a 6 ans
console 15f8f6f002 接入新的支付通道 il y a 6 ans
data 15f8f6f002 接入新的支付通道 il y a 6 ans
db 15f8f6f002 接入新的支付通道 il y a 6 ans
di 15f8f6f002 接入新的支付通道 il y a 6 ans
filters 15f8f6f002 接入新的支付通道 il y a 6 ans
grid 15f8f6f002 接入新的支付通道 il y a 6 ans
helpers 15f8f6f002 接入新的支付通道 il y a 6 ans
i18n 15f8f6f002 接入新的支付通道 il y a 6 ans
log 15f8f6f002 接入新的支付通道 il y a 6 ans
mail 15f8f6f002 接入新的支付通道 il y a 6 ans
messages 15f8f6f002 接入新的支付通道 il y a 6 ans
mutex 15f8f6f002 接入新的支付通道 il y a 6 ans
rbac 15f8f6f002 接入新的支付通道 il y a 6 ans
requirements 15f8f6f002 接入新的支付通道 il y a 6 ans
rest 15f8f6f002 接入新的支付通道 il y a 6 ans
test 15f8f6f002 接入新的支付通道 il y a 6 ans
validators 15f8f6f002 接入新的支付通道 il y a 6 ans
views 15f8f6f002 接入新的支付通道 il y a 6 ans
web 15f8f6f002 接入新的支付通道 il y a 6 ans
widgets 15f8f6f002 接入新的支付通道 il y a 6 ans
.gitignore 15f8f6f002 接入新的支付通道 il y a 6 ans
.htaccess 15f8f6f002 接入新的支付通道 il y a 6 ans
BaseYii.php 15f8f6f002 接入新的支付通道 il y a 6 ans
CHANGELOG.md 15f8f6f002 接入新的支付通道 il y a 6 ans
LICENSE.md 15f8f6f002 接入新的支付通道 il y a 6 ans
README.md 15f8f6f002 接入新的支付通道 il y a 6 ans
UPGRADE.md 15f8f6f002 接入新的支付通道 il y a 6 ans
Yii.php 15f8f6f002 接入新的支付通道 il y a 6 ans
classes.php 15f8f6f002 接入新的支付通道 il y a 6 ans
composer.json 15f8f6f002 接入新的支付通道 il y a 6 ans
yii 15f8f6f002 接入新的支付通道 il y a 6 ans
yii.bat 15f8f6f002 接入新的支付通道 il y a 6 ans

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.