NoteStar b7303a1608 none 5 år sedan
..
assets b7303a1608 none 5 år sedan
base b7303a1608 none 5 år sedan
behaviors b7303a1608 none 5 år sedan
caching b7303a1608 none 5 år sedan
captcha b7303a1608 none 5 år sedan
console b7303a1608 none 5 år sedan
data b7303a1608 none 5 år sedan
db b7303a1608 none 5 år sedan
di b7303a1608 none 5 år sedan
filters b7303a1608 none 5 år sedan
grid b7303a1608 none 5 år sedan
helpers b7303a1608 none 5 år sedan
i18n b7303a1608 none 5 år sedan
log b7303a1608 none 5 år sedan
mail b7303a1608 none 5 år sedan
messages b7303a1608 none 5 år sedan
mutex b7303a1608 none 5 år sedan
rbac b7303a1608 none 5 år sedan
requirements b7303a1608 none 5 år sedan
rest b7303a1608 none 5 år sedan
test b7303a1608 none 5 år sedan
validators b7303a1608 none 5 år sedan
views b7303a1608 none 5 år sedan
web b7303a1608 none 5 år sedan
widgets b7303a1608 none 5 år sedan
.gitignore b7303a1608 none 5 år sedan
.htaccess b7303a1608 none 5 år sedan
BaseYii.php b7303a1608 none 5 år sedan
CHANGELOG.md b7303a1608 none 5 år sedan
LICENSE.md b7303a1608 none 5 år sedan
README.md b7303a1608 none 5 år sedan
UPGRADE.md b7303a1608 none 5 år sedan
Yii.php b7303a1608 none 5 år sedan
classes.php b7303a1608 none 5 år sedan
composer.json b7303a1608 none 5 år sedan
yii b7303a1608 none 5 år sedan
yii.bat b7303a1608 none 5 år sedan

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.