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.
 
 
 
 
 
Nikolay Oleynikov 48bf8ce048 Fixes #14662: Added support for custom `Content-Type` specification to `yii\web\JsonResponseFormatter` 7 years ago
..
assets Removed debug statement [skip ci] 7 years ago
base release version 2.0.13 7 years ago
behaviors Fixes #15015: Added `StringHelper::floatToString()` to savely cast float values independent of the locale, also fixes some places in the framework that use it now 7 years ago
caching Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
captcha Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
console release version 2.0.13 7 years ago
data release version 2.0.13 7 years ago
db added note to QueryInterface::where() 7 years ago
di Fixes for PHP 7.2 compatibility (#14959) 7 years ago
filters release version 2.0.13 7 years ago
grid Refactored GridView->renderColumnGroup 7 years ago
helpers release version 2.0.13 7 years ago
i18n Fixes #14276: Fixed I18N format with dotted parameters 7 years ago
log Fixes #15081: Fixed "Undefined offset: 1" in log Target 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages added missing languages to message config 7 years ago
mutex be clear about timeout in seconds in Mutex 7 years ago
rbac Code style fixes 7 years ago
requirements Enable `include` rule in php-cs-fixer (#14418) 7 years ago
rest Code style fixes 7 years ago
test Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
validators Fixes #6588: Fixed changing array keys after validation of multiple files in `yii\validators\FileValidator` 7 years ago
views Fixes #14958: Added options to copy stacktrace and search for error message to the exception page 7 years ago
web Fixes #14662: Added support for custom `Content-Type` specification to `yii\web\JsonResponseFormatter` 7 years ago
widgets release version 2.0.13 7 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release 7 years ago
CHANGELOG.md Fixes #14662: Added support for custom `Content-Type` specification to `yii\web\JsonResponseFormatter` 7 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md #15121: Added UPGRADE note about asset command configuration [skip ci] 7 years ago
Yii.php Enable `include` rule in php-cs-fixer (#14418) 7 years ago
classes.php release version 2.0.13 7 years ago
composer.json Added missing , 7 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 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.