Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimir Khramtsov 646cd73548 Fix code issues (#15450) 7 years ago
..
base Merge branch 'master' into 2.1 7 years ago
behaviors Merge branch 'master' into 2.1 7 years ago
caching `SerializerInterface` applied for `SimpleCache` 7 years ago
captcha Fix code issues (#15450) 7 years ago
console Fix code issues (#15450) 7 years ago
data `Psr\Http\Message\ServerRequestInterface` applied for `yii\web\Request` (#15416) 7 years ago
db Fix code issues (#15450) 7 years ago
di Merge branch 'master' into 2.1 7 years ago
filters Merge branch 'master' into 2.1 7 years ago
grid Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
helpers Merge branch 'master' into 2.1 7 years ago
http Test fixes 7 years ago
i18n Fix code issues (#15450) 7 years ago
jquery Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
log Merge branch 'master' into 2.1 7 years ago
mail Fixed BaseObject merge 7 years ago
messages Bulgarian relative date translation fix (#15327) [skip ci] 7 years ago
mutex Merge branch 'master' into 2.1 7 years ago
profile `yii\profile\FileTarget` added 7 years ago
rbac Merge branch 'master' into 2.1 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest `Psr\Http\Message\ServerRequestInterface` applied for `yii\web\Request` (#15416) 7 years ago
serialize `yii\serialize\*` package created 7 years ago
test Merge branch 'master' into '2.1' 7 years ago
validators Fix code issues (#15450) 7 years ago
views Fixes #14568: Refactored migration templates to use `safeUp()` and `safeDown()` methods 7 years ago
web Fix code issues (#15450) 7 years ago
widgets Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Fix code issues (#15450) 7 years ago
CHANGELOG.md CHANGELOG fix 7 years ago
LICENSE.md
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
Yii.php Fix code issues (#15450) 7 years ago
composer.json Merge branch 'master' into '2.1' 7 years ago
yii Fix code issues (#15450) 7 years ago
yii.bat Fixed copyright year in batch files 10 years ago

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.