jace 0aed4b8326 fusian project 7 年之前
..
assets 0aed4b8326 fusian project 7 年之前
base 0aed4b8326 fusian project 7 年之前
behaviors 0aed4b8326 fusian project 7 年之前
caching 0aed4b8326 fusian project 7 年之前
captcha 0aed4b8326 fusian project 7 年之前
console 0aed4b8326 fusian project 7 年之前
data 0aed4b8326 fusian project 7 年之前
db 0aed4b8326 fusian project 7 年之前
di 0aed4b8326 fusian project 7 年之前
filters 0aed4b8326 fusian project 7 年之前
grid 0aed4b8326 fusian project 7 年之前
helpers 0aed4b8326 fusian project 7 年之前
i18n 0aed4b8326 fusian project 7 年之前
log 0aed4b8326 fusian project 7 年之前
mail 0aed4b8326 fusian project 7 年之前
messages 0aed4b8326 fusian project 7 年之前
mutex 0aed4b8326 fusian project 7 年之前
rbac 0aed4b8326 fusian project 7 年之前
requirements 0aed4b8326 fusian project 7 年之前
rest 0aed4b8326 fusian project 7 年之前
test 0aed4b8326 fusian project 7 年之前
validators 0aed4b8326 fusian project 7 年之前
views 0aed4b8326 fusian project 7 年之前
web 0aed4b8326 fusian project 7 年之前
widgets 0aed4b8326 fusian project 7 年之前
.gitignore 0aed4b8326 fusian project 7 年之前
.htaccess 0aed4b8326 fusian project 7 年之前
BaseYii.php 0aed4b8326 fusian project 7 年之前
CHANGELOG.md 0aed4b8326 fusian project 7 年之前
LICENSE.md 0aed4b8326 fusian project 7 年之前
README.md 0aed4b8326 fusian project 7 年之前
UPGRADE.md 0aed4b8326 fusian project 7 年之前
Yii.php 0aed4b8326 fusian project 7 年之前
classes.php 0aed4b8326 fusian project 7 年之前
composer.json 0aed4b8326 fusian project 7 年之前
yii 0aed4b8326 fusian project 7 年之前
yii.bat 0aed4b8326 fusian project 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.