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

Either run

composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.