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

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.