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

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.