jace 3129c4f082 增加文件 il y a 7 ans
..
assets 3129c4f082 增加文件 il y a 7 ans
base 3129c4f082 增加文件 il y a 7 ans
behaviors 3129c4f082 增加文件 il y a 7 ans
caching 3129c4f082 增加文件 il y a 7 ans
captcha 3129c4f082 增加文件 il y a 7 ans
console 3129c4f082 增加文件 il y a 7 ans
data 3129c4f082 增加文件 il y a 7 ans
db 3129c4f082 增加文件 il y a 7 ans
di 3129c4f082 增加文件 il y a 7 ans
filters 3129c4f082 增加文件 il y a 7 ans
grid 3129c4f082 增加文件 il y a 7 ans
helpers 3129c4f082 增加文件 il y a 7 ans
i18n 3129c4f082 增加文件 il y a 7 ans
log 3129c4f082 增加文件 il y a 7 ans
mail 3129c4f082 增加文件 il y a 7 ans
messages 3129c4f082 增加文件 il y a 7 ans
mutex 3129c4f082 增加文件 il y a 7 ans
rbac 3129c4f082 增加文件 il y a 7 ans
requirements 3129c4f082 增加文件 il y a 7 ans
rest 3129c4f082 增加文件 il y a 7 ans
test 3129c4f082 增加文件 il y a 7 ans
validators 3129c4f082 增加文件 il y a 7 ans
views 3129c4f082 增加文件 il y a 7 ans
web 3129c4f082 增加文件 il y a 7 ans
widgets 3129c4f082 增加文件 il y a 7 ans
.gitignore 3129c4f082 增加文件 il y a 7 ans
.htaccess 3129c4f082 增加文件 il y a 7 ans
BaseYii.php 3129c4f082 增加文件 il y a 7 ans
CHANGELOG.md 3129c4f082 增加文件 il y a 7 ans
LICENSE.md 3129c4f082 增加文件 il y a 7 ans
README.md 3129c4f082 增加文件 il y a 7 ans
UPGRADE.md 3129c4f082 增加文件 il y a 7 ans
Yii.php 3129c4f082 增加文件 il y a 7 ans
classes.php 3129c4f082 增加文件 il y a 7 ans
composer.json 3129c4f082 增加文件 il y a 7 ans
yii 3129c4f082 增加文件 il y a 7 ans
yii.bat 3129c4f082 增加文件 il y a 7 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.