mead cff8596724 init 4 years ago
..
assets cff8596724 init 4 years ago
base cff8596724 init 4 years ago
behaviors cff8596724 init 4 years ago
caching cff8596724 init 4 years ago
captcha cff8596724 init 4 years ago
console cff8596724 init 4 years ago
data cff8596724 init 4 years ago
db cff8596724 init 4 years ago
di cff8596724 init 4 years ago
filters cff8596724 init 4 years ago
grid cff8596724 init 4 years ago
helpers cff8596724 init 4 years ago
i18n cff8596724 init 4 years ago
log cff8596724 init 4 years ago
mail cff8596724 init 4 years ago
messages cff8596724 init 4 years ago
mutex cff8596724 init 4 years ago
rbac cff8596724 init 4 years ago
requirements cff8596724 init 4 years ago
rest cff8596724 init 4 years ago
test cff8596724 init 4 years ago
validators cff8596724 init 4 years ago
views cff8596724 init 4 years ago
web cff8596724 init 4 years ago
widgets cff8596724 init 4 years ago
.htaccess cff8596724 init 4 years ago
BaseYii.php cff8596724 init 4 years ago
CHANGELOG.md cff8596724 init 4 years ago
LICENSE.md cff8596724 init 4 years ago
README.md cff8596724 init 4 years ago
UPGRADE.md cff8596724 init 4 years ago
Yii.php cff8596724 init 4 years ago
classes.php cff8596724 init 4 years ago
composer.json cff8596724 init 4 years ago
yii cff8596724 init 4 years ago
yii.bat cff8596724 init 4 years ago

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.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.