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

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.