root 42b1f3c490 20200525-init 5 anni fa
..
.github 42b1f3c490 20200525-init 5 anni fa
assets 42b1f3c490 20200525-init 5 anni fa
base 42b1f3c490 20200525-init 5 anni fa
behaviors 42b1f3c490 20200525-init 5 anni fa
caching 42b1f3c490 20200525-init 5 anni fa
captcha 42b1f3c490 20200525-init 5 anni fa
console 42b1f3c490 20200525-init 5 anni fa
data 42b1f3c490 20200525-init 5 anni fa
db 42b1f3c490 20200525-init 5 anni fa
di 42b1f3c490 20200525-init 5 anni fa
filters 42b1f3c490 20200525-init 5 anni fa
grid 42b1f3c490 20200525-init 5 anni fa
helpers 42b1f3c490 20200525-init 5 anni fa
i18n 42b1f3c490 20200525-init 5 anni fa
log 42b1f3c490 20200525-init 5 anni fa
mail 42b1f3c490 20200525-init 5 anni fa
messages 42b1f3c490 20200525-init 5 anni fa
mutex 42b1f3c490 20200525-init 5 anni fa
rbac 42b1f3c490 20200525-init 5 anni fa
requirements 42b1f3c490 20200525-init 5 anni fa
rest 42b1f3c490 20200525-init 5 anni fa
test 42b1f3c490 20200525-init 5 anni fa
validators 42b1f3c490 20200525-init 5 anni fa
views 42b1f3c490 20200525-init 5 anni fa
web 42b1f3c490 20200525-init 5 anni fa
widgets 42b1f3c490 20200525-init 5 anni fa
.gitignore 42b1f3c490 20200525-init 5 anni fa
.htaccess 42b1f3c490 20200525-init 5 anni fa
BaseYii.php 42b1f3c490 20200525-init 5 anni fa
CHANGELOG.md 42b1f3c490 20200525-init 5 anni fa
LICENSE.md 42b1f3c490 20200525-init 5 anni fa
README.md 42b1f3c490 20200525-init 5 anni fa
UPGRADE.md 42b1f3c490 20200525-init 5 anni fa
Yii.php 42b1f3c490 20200525-init 5 anni fa
classes.php 42b1f3c490 20200525-init 5 anni fa
composer.json 42b1f3c490 20200525-init 5 anni fa
yii 42b1f3c490 20200525-init 5 anni fa
yii.bat 42b1f3c490 20200525-init 5 anni fa

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.