Robin 0aecabe713 以normand项目作为基础版本库 6 лет назад
..
assets 0aecabe713 以normand项目作为基础版本库 6 лет назад
base 0aecabe713 以normand项目作为基础版本库 6 лет назад
behaviors 0aecabe713 以normand项目作为基础版本库 6 лет назад
caching 0aecabe713 以normand项目作为基础版本库 6 лет назад
captcha 0aecabe713 以normand项目作为基础版本库 6 лет назад
console 0aecabe713 以normand项目作为基础版本库 6 лет назад
data 0aecabe713 以normand项目作为基础版本库 6 лет назад
db 0aecabe713 以normand项目作为基础版本库 6 лет назад
di 0aecabe713 以normand项目作为基础版本库 6 лет назад
filters 0aecabe713 以normand项目作为基础版本库 6 лет назад
grid 0aecabe713 以normand项目作为基础版本库 6 лет назад
helpers 0aecabe713 以normand项目作为基础版本库 6 лет назад
i18n 0aecabe713 以normand项目作为基础版本库 6 лет назад
log 0aecabe713 以normand项目作为基础版本库 6 лет назад
mail 0aecabe713 以normand项目作为基础版本库 6 лет назад
messages 0aecabe713 以normand项目作为基础版本库 6 лет назад
mutex 0aecabe713 以normand项目作为基础版本库 6 лет назад
rbac 0aecabe713 以normand项目作为基础版本库 6 лет назад
requirements 0aecabe713 以normand项目作为基础版本库 6 лет назад
rest 0aecabe713 以normand项目作为基础版本库 6 лет назад
test 0aecabe713 以normand项目作为基础版本库 6 лет назад
validators 0aecabe713 以normand项目作为基础版本库 6 лет назад
views 0aecabe713 以normand项目作为基础版本库 6 лет назад
web 0aecabe713 以normand项目作为基础版本库 6 лет назад
widgets 0aecabe713 以normand项目作为基础版本库 6 лет назад
.gitignore 0aecabe713 以normand项目作为基础版本库 6 лет назад
.htaccess 0aecabe713 以normand项目作为基础版本库 6 лет назад
BaseYii.php 0aecabe713 以normand项目作为基础版本库 6 лет назад
CHANGELOG.md 0aecabe713 以normand项目作为基础版本库 6 лет назад
LICENSE.md 0aecabe713 以normand项目作为基础版本库 6 лет назад
README.md 0aecabe713 以normand项目作为基础版本库 6 лет назад
UPGRADE.md 0aecabe713 以normand项目作为基础版本库 6 лет назад
Yii.php 0aecabe713 以normand项目作为基础版本库 6 лет назад
classes.php 0aecabe713 以normand项目作为基础版本库 6 лет назад
composer.json 0aecabe713 以normand项目作为基础版本库 6 лет назад
yii 0aecabe713 以normand项目作为基础版本库 6 лет назад
yii.bat 0aecabe713 以normand项目作为基础版本库 6 лет назад

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.