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.
 
 
 
 
 
alex-code 5939813a8e
Fix #17797: Fix for `activeListInput` options
5 years ago
..
.github Add meta-files for yiisoft/yii2-framework [skip ci] 5 years ago
assets Fix #8225: Fixed AJAX validation with checkboxList was only triggered on first select 5 years ago
base Added support of JsonSerializable interface to ArrayableTrait (#17888) 5 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix #17710: Fix MemCache duration normalization to avoid memcached/system timestamp mismatch 5 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fix #17859: Fix loading fixtures under Windows 5 years ago
data Fix #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property 5 years ago
db Fix #16092: Fix duplicate joins in usage of `joinWith` 5 years ago
di Fix #17720: DI 3 support for application core components and default object configurations 5 years ago
filters Fix #12539: `yii\filters\ContentNegotiator` now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail 5 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Fix #17797: Fix for `activeListInput` options 5 years ago
i18n Fix #17767: Make `Formatter::formatNumber` method protected 5 years ago
log Fix #17798: Avoid creating folder for stream log targets in `FileTarget` 5 years ago
mail Fixed reference to mailer application component in docs 6 years ago
messages Improved German translation for customer facing messages (#17800) 5 years ago
mutex release version 2.0.16 6 years ago
rbac Bug #17685: up and down methods now using proper "db" component 5 years ago
requirements Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
rest Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
test Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
validators Fix #17573: `EmailValidator` with `checkDNS=true` throws `ErrorException` on bad domains on Alpine 5 years ago
views Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 5 years ago
web Fix #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` 5 years ago
widgets Fix #17766: Remove previous PJAX event binding before registering new one 5 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release 5 years ago
CHANGELOG.md Fix #17797: Fix for `activeListInput` options 5 years ago
LICENSE.md Remove non-standard header so license is auto-detected properly [skip ci] 5 years ago
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Add upgrade note about HeadersAlreadySentException 5 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.23 5 years ago
composer.json Fixes #17313: Support jQuery 3.4 5 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 7 years ago
yii.bat

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.