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 b3546e6fdb
Fix #18535: Set Cookie SameSite to Lax by default
4 years ago
..
.github Add meta-files for yiisoft/yii2-framework [skip ci] 5 years ago
assets Fix #18386: Fix `assets/yii.activeForm.js` incorrect target selector for `validatingCssClass` 4 years ago
base Fix #18477: Fix detecting availability of Xdebug's stack trace in `yii\base\ErrorException` 4 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix #18442: Fix calls with array access to strings 4 years ago
captcha release version 2.0.39 4 years ago
console Fix #18479: Fix invalid argument type for `preg_split` in `\yii\console\Controller` 4 years ago
data #18475: Correct conditional configuration of db property 4 years ago
db Fix #18539: Fix "driver does not support quoting" when using the driver pdo_odbc 4 years ago
di Fix #18396: Fix not throw `InvalidConfigException` when failed to instantiate class via DI container in some cases 4 years ago
filters release version 2.0.38 4 years ago
grid Fix #18455: Add ability to use separate attributes for data model and filter model of `yii\grid\GridView` in `yii\grid\DataColumn` 4 years ago
helpers Fix #18505: Fixed ArrayHelper::get() for ArrayAccess objects with explicitly defined properties 4 years ago
i18n Fix #18464: Fix bug with processing fallback messages when translation language is set to `null` 4 years ago
log Fix #18483: Add `yii\log\Logger::$dbEventNames` that allows specifying event names used to get statistical results (profiling) of DB queries 4 years ago
mail release version 2.0.39 4 years ago
messages Fix Croatian message translation 4 years ago
mutex Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
rbac Fix #18383: RBAC's generated file made PSR-12 compliant 4 years ago
requirements Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
rest Fix #18493: Faster request parsing for REST UrlRule with prefix handling 4 years ago
test release version 2.0.39 4 years ago
validators Fix #18460: `compareValue` in `CompareValidator` can now take a closure returning a value 4 years ago
views Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 5 years ago
web Fix #18535: Set Cookie SameSite to Lax by default 4 years ago
widgets Fix #18442: Fix calls with array access to strings 4 years ago
.gitignore
.htaccess
.phpstorm.meta.php Fix #18205: Add `.phpstorm.meta.php` file for better auto-completion in PhpStorm 4 years ago
BaseYii.php prepare for next release 4 years ago
CHANGELOG.md Fix #18535: Set Cookie SameSite to Lax by default 4 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 Fix #18461: Add missing UPGRADE info, fix wrong bug ID 4 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.33 5 years ago
composer.json Applied #18019 changes to framework package 4 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.