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 f9a42c6703
Fix #17397: Improve UPGRADE note about `Query::select()`
5 years ago
..
assets Fix #17341 Re-add fix for yii.activeForm.js in strict mode (#17398) 5 years ago
base Fix #17396: Added 'invoked by controller' to the debug log message when `\yii\base\Action` is used 5 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix Cache phpdoc example [skip ci] 6 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fixes #17325: Fixed "Cannot drop view" for MySQL while `migrate/fresh` 5 years ago
data Fixes #17156: Fixes PHP 7.2 warning when a data provider has no data as a parameter for a GridView 6 years ago
db Closes #17057. `\yii\db\mssql\Schema::findTableNames` should return quoted table names. (#17409) 5 years ago
di Remove unnecessary check from DI container 6 years ago
filters Fixes #17341: Allow callable objects to be set to `\yii\filters\AccessRule::$roleParams` 5 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Closes #17372. Fix documentation for the `ArrayHelper::multisort()` (#17375) 5 years ago
i18n Fixes #17268: Fixed Formatter didn't take power into account 6 years ago
log Fixes #16565: Added missing parts of the context message in `\yii\log\Target::collect` 5 years ago
mail Fixed reference to mailer application component in docs 6 years ago
messages Update Estonian translation (#17394) [skip ci] 5 years ago
mutex release version 2.0.16 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 Update to https protocol for php.net links (#17168) [skip ci] 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 #17382: Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation 5 years ago
views Fixes #16394: Fixed issues in `migrate/create` when specifying default values with colons and adding multiple columns 5 years ago
web release version 2.0.21 5 years ago
widgets Fixes #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` 5 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release 5 years ago
CHANGELOG.md Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL 5 years ago
LICENSE.md
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Fix #17397: Improve UPGRADE note about `Query::select()` 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.16 6 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 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.