root 727568f5e1 first 4 anni fa
..
.github 727568f5e1 first 4 anni fa
assets 727568f5e1 first 4 anni fa
base 727568f5e1 first 4 anni fa
behaviors 727568f5e1 first 4 anni fa
caching 727568f5e1 first 4 anni fa
captcha 727568f5e1 first 4 anni fa
console 727568f5e1 first 4 anni fa
data 727568f5e1 first 4 anni fa
db 727568f5e1 first 4 anni fa
di 727568f5e1 first 4 anni fa
filters 727568f5e1 first 4 anni fa
grid 727568f5e1 first 4 anni fa
helpers 727568f5e1 first 4 anni fa
i18n 727568f5e1 first 4 anni fa
log 727568f5e1 first 4 anni fa
mail 727568f5e1 first 4 anni fa
messages 727568f5e1 first 4 anni fa
mutex 727568f5e1 first 4 anni fa
rbac 727568f5e1 first 4 anni fa
requirements 727568f5e1 first 4 anni fa
rest 727568f5e1 first 4 anni fa
test 727568f5e1 first 4 anni fa
validators 727568f5e1 first 4 anni fa
views 727568f5e1 first 4 anni fa
web 727568f5e1 first 4 anni fa
widgets 727568f5e1 first 4 anni fa
.gitignore 727568f5e1 first 4 anni fa
.htaccess 727568f5e1 first 4 anni fa
.phpstorm.meta.php 727568f5e1 first 4 anni fa
BaseYii.php 727568f5e1 first 4 anni fa
CHANGELOG.md 727568f5e1 first 4 anni fa
LICENSE.md 727568f5e1 first 4 anni fa
README.md 727568f5e1 first 4 anni fa
UPGRADE.md 727568f5e1 first 4 anni fa
Yii.php 727568f5e1 first 4 anni fa
classes.php 727568f5e1 first 4 anni fa
composer.json 727568f5e1 first 4 anni fa
yii 727568f5e1 first 4 anni fa
yii.bat 727568f5e1 first 4 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.