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

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.