jace ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
..
assets ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
base ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
behaviors ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
caching ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
captcha ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
console ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
data ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
db ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
di ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
filters ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
grid ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
helpers ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
i18n ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
log ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
mail ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
messages ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
mutex ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
rbac ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
requirements ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
rest ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
test ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
validators ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
views ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
web ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
widgets ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.gitignore ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.htaccess ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
BaseYii.php ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
CHANGELOG.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
LICENSE.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
README.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
UPGRADE.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
Yii.php ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
classes.php ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
composer.json ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
yii ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
yii.bat ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 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.