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

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.