jace 3129c4f082 增加文件 7 년 전
..
assets 3129c4f082 增加文件 7 년 전
base 3129c4f082 增加文件 7 년 전
behaviors 3129c4f082 增加文件 7 년 전
caching 3129c4f082 增加文件 7 년 전
captcha 3129c4f082 增加文件 7 년 전
console 3129c4f082 增加文件 7 년 전
data 3129c4f082 增加文件 7 년 전
db 3129c4f082 增加文件 7 년 전
di 3129c4f082 增加文件 7 년 전
filters 3129c4f082 增加文件 7 년 전
grid 3129c4f082 增加文件 7 년 전
helpers 3129c4f082 增加文件 7 년 전
i18n 3129c4f082 增加文件 7 년 전
log 3129c4f082 增加文件 7 년 전
mail 3129c4f082 增加文件 7 년 전
messages 3129c4f082 增加文件 7 년 전
mutex 3129c4f082 增加文件 7 년 전
rbac 3129c4f082 增加文件 7 년 전
requirements 3129c4f082 增加文件 7 년 전
rest 3129c4f082 增加文件 7 년 전
test 3129c4f082 增加文件 7 년 전
validators 3129c4f082 增加文件 7 년 전
views 3129c4f082 增加文件 7 년 전
web 3129c4f082 增加文件 7 년 전
widgets 3129c4f082 增加文件 7 년 전
.gitignore 3129c4f082 增加文件 7 년 전
.htaccess 3129c4f082 增加文件 7 년 전
BaseYii.php 3129c4f082 增加文件 7 년 전
CHANGELOG.md 3129c4f082 增加文件 7 년 전
LICENSE.md 3129c4f082 增加文件 7 년 전
README.md 3129c4f082 增加文件 7 년 전
UPGRADE.md 3129c4f082 增加文件 7 년 전
Yii.php 3129c4f082 增加文件 7 년 전
classes.php 3129c4f082 增加文件 7 년 전
composer.json 3129c4f082 增加文件 7 년 전
yii 3129c4f082 增加文件 7 년 전
yii.bat 3129c4f082 增加文件 7 년 전

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.