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.
 
 
 
 
 
Alexander Makarov 9823345a74
Fixes #6391: Added note clarifying config for ListView pager and sorter [skip ci]
7 years ago
..
assets Fixed yii.js to follow jQuery 3.0 API changes 7 years ago
base Fixes #10186: Use native `hash_equals` in `yii\base\Security::compareString()` if available, throw exception if non-strings are compared 7 years ago
behaviors Fixed `yii\behaviors\AttributeTypecastBehavior::$attributeTypes` auto-detection fails for rule, which specify attribute with '!' prefix 7 years ago
caching Fixes #15302: Fixed `yii\caching\DbCache` so that `getValues` now behaves the same as `getValue` with regards to streams 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 Fixes #13919: Added option to add comment for created table to migration console command 7 years ago
data release version 2.0.13 7 years ago
db #15426: Added ability to create and drop database views 7 years ago
di Revered method call. No need to slow container down [skip ci] 7 years ago
filters Fixes #15494: Fixed missing `WWW-Authenticate` header 7 years ago
grid Fixed phpdoc of $radioOptions example (#15441) [skip ci] 7 years ago
helpers Fixed #14840: improved Console::select() phpdoc [skip ci] 7 years ago
i18n Fixes #14980: Fix looping in `yii\i18n\MessageFormatter` tokenize pattern if pattern is invalid 7 years ago
log Fixed #14612: Added note about session's logVars [skip ci] 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages translate plural format for MS (#15491) 7 years ago
mutex be clear about timeout in seconds in Mutex 7 years ago
rbac Fixes #15422: Added default roles dynamic definition support via closure for `yii\rbac\BaseManager` 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest Fixes #9137: Added `Access-Control-Allow-Method` header for the OPTIONS request 7 years ago
test Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
validators Fixes #15417: Added `yii\validators\FileValidator::$minFiles` 7 years ago
views Fixes #15300: Fixed "Cannot read property 'style' of undefined" error at the error screen 7 years ago
web Fixes #14135: Fixed `yii\web\Request::getBodyParam()` crashes on object type body params 7 years ago
widgets Fixes #6391: Added note clarifying config for ListView pager and sorter [skip ci] 7 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release 7 years ago
CHANGELOG.md Fixes #15300: Fixed "Cannot read property 'style' of undefined" error at the error screen 7 years ago
LICENSE.md
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md Fixes #10186: Use native `hash_equals` in `yii\base\Security::compareString()` if available, throw exception if non-strings are compared 7 years ago
Yii.php Fix code issues (#15435) 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.