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

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.