chengwl 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
..
assets 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
base 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
behaviors 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
caching 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
captcha 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
console 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
data 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
db 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
di 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
filters 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
grid 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
helpers 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
i18n 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
log 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
mail 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
messages 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
mutex 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
rbac 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
requirements 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
rest 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
test 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
validators 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
views 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
web 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
widgets 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
.gitignore 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
.htaccess 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
BaseYii.php 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
CHANGELOG.md 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
LICENSE.md 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
README.md 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
UPGRADE.md 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
Yii.php 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
classes.php 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
composer.json 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
yii 5e71a5a89d vendor加入 配置加入后台 5 yıl önce
yii.bat 5e71a5a89d vendor加入 配置加入后台 5 yıl önce

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.