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.
 
 
 
 
 
Mehdi Achour 5544d31bb3 Fix #17049: Use var instead of let (#17055) 6 years ago
..
assets Fix #17049: Use var instead of let (#17055) 6 years ago
base Fixes #16377: Fixed `yii\base\Event:off()` undefined index error when event handler does not match 6 years ago
behaviors Fixes #16456: Fixed OptimisticLockBehavior omitting HTML web forms 6 years ago
caching Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences 6 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fix to do not delete used message files with nested category names (#17021) 6 years ago
data Fixes #16891: Fixed Pagination::totalCount initialized incorrectly 6 years ago
db Fixes #15931: `yii\db\ActiveRecord::findOne()` now accepts quoted table and column names using curly and square braces respectively 6 years ago
di Remove unnecessary check from DI container 6 years ago
filters Fixes #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases 6 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Fixed regression in #16817 (#17056) 6 years ago
i18n Fixes #15286: Fixed incorrect formatting of time with timezone information 6 years ago
log Use `sprintf()` in `Target::getTime()` (#16883) 6 years ago
mail DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 7 years ago
messages Translated Yii2 core messages in Bulgarian language (#17010) [skip ci] 6 years ago
mutex Fixes #16838: `yii\mutex\Mutex::acquire()` no longer returns `true` if lock is already acquired by the same component in the same process 6 years ago
rbac Fixes #16945: Fixed RBAC DbManager ruleName fetching on the case of PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING 6 years ago
requirements Fixed IPv6 requirement check 6 years ago
rest Update CreateAction.php (#16779) [skip ci] 6 years ago
test Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
validators Fixes #15145: Fixed Validator::skipOnEmpty documentation [skip ci] 6 years ago
views SCA with Php Inspections (EA Ultimate) 7 years ago
web When uses filter \yii\filters\PageCache, then yii\web\JsonResponseFor… (#17044) 6 years ago
widgets Revert "Fixes #16629: ActiveField::inputOptions were not merged with options passed for radio and checkbox" 6 years ago
.gitignore
.htaccess
BaseYii.php release version 2.0.15.1 7 years ago
CHANGELOG.md Fixes #15931: `yii\db\ActiveRecord::findOne()` now accepts quoted table and column names using curly and square braces respectively 6 years ago
LICENSE.md
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Fixes #16703: Updated upgrade notes mentioning important change made in 2.0.14 6 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.14.1 7 years ago
composer.json #15899 Updated cebe/markdown composer constraint 7 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.