NoteStar b7303a1608 none vor 5 Jahren
..
assets b7303a1608 none vor 5 Jahren
base b7303a1608 none vor 5 Jahren
behaviors b7303a1608 none vor 5 Jahren
caching b7303a1608 none vor 5 Jahren
captcha b7303a1608 none vor 5 Jahren
console b7303a1608 none vor 5 Jahren
data b7303a1608 none vor 5 Jahren
db b7303a1608 none vor 5 Jahren
di b7303a1608 none vor 5 Jahren
filters b7303a1608 none vor 5 Jahren
grid b7303a1608 none vor 5 Jahren
helpers b7303a1608 none vor 5 Jahren
i18n b7303a1608 none vor 5 Jahren
log b7303a1608 none vor 5 Jahren
mail b7303a1608 none vor 5 Jahren
messages b7303a1608 none vor 5 Jahren
mutex b7303a1608 none vor 5 Jahren
rbac b7303a1608 none vor 5 Jahren
requirements b7303a1608 none vor 5 Jahren
rest b7303a1608 none vor 5 Jahren
test b7303a1608 none vor 5 Jahren
validators b7303a1608 none vor 5 Jahren
views b7303a1608 none vor 5 Jahren
web b7303a1608 none vor 5 Jahren
widgets b7303a1608 none vor 5 Jahren
.gitignore b7303a1608 none vor 5 Jahren
.htaccess b7303a1608 none vor 5 Jahren
BaseYii.php b7303a1608 none vor 5 Jahren
CHANGELOG.md b7303a1608 none vor 5 Jahren
LICENSE.md b7303a1608 none vor 5 Jahren
README.md b7303a1608 none vor 5 Jahren
UPGRADE.md b7303a1608 none vor 5 Jahren
Yii.php b7303a1608 none vor 5 Jahren
classes.php b7303a1608 none vor 5 Jahren
composer.json b7303a1608 none vor 5 Jahren
yii b7303a1608 none vor 5 Jahren
yii.bat b7303a1608 none vor 5 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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.