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

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.