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.
 
 
 
 
 
Evgeniy Moiseenko b070b5f733 Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci] 6 years ago
..
assets Fixes #13932: Fix number validator attributes comparison 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 Initialize the property definition as array (#16168) 7 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fixes #16278: Fixed drop existing views when console `migrate/fresh` command runs 6 years ago
data Fixes #16558: Added cloning `yii\data\ActiveDataProvider::query` property when ActiveDataProvider object is cloned 6 years ago
db Wrong annotations for yii\db\QueryTrait::where($condition)(#16794) (#16803) [skip ci] 6 years ago
di Fixes #15802: Fixed exception class in yii\di\Container 6 years ago
filters Fixes #16766: `yii\filters\ContentNegotiator` was not setting `Vary` header to inform cache recipients 6 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci] 6 years ago
i18n [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
log Fixes #16752: Fix rotating files under Windows 6 years ago
mail DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 7 years ago
messages Added Belarusian Translations (#16586) [skip ci] 6 years ago
mutex Fixes #16603: Added `yii\mutex\FileMutex::$isWindows` for Windows file shares on Unix guest machines 6 years ago
rbac Fixes #16490: Fix schema on rbac init 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 #14901: Fixed trim validation for radio/checkbox button 6 years ago
views SCA with Php Inspections (EA Ultimate) 7 years ago
web Fixes #14759: Fixed `yii\web\JsonResponseFormatter` output for `null` data 6 years ago
widgets Optimize comment of LinkPager (#16758) [skip ci] 6 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php release version 2.0.15.1 7 years ago
CHANGELOG.md Fixes #13932: Fix number validator attributes comparison 6 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Added extra upgrade note about CSRF cookies [skip ci] 7 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 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.

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.