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 1c0bfee6d8
prepare for next release
6 years ago
..
assets Fixes #16158: Fix multiple select validation was trigged on other fields blur event 6 years ago
base Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
behaviors Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
caching Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fixes #17133: Fixed aliases rendering during help generation for a console command 6 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 Fixes #17127: `yii\db\ActiveRecord::findOne()` now accepts table aliases 6 years ago
di Remove unnecessary check from DI container 6 years ago
filters Fixes #16335: Fixed in `yii\filters\AccessRule::matchIP()` user IP validation with netmask in rule 6 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
i18n kB instead of KB (#16368) 6 years ago
log release version 2.0.17 6 years ago
mail Fixed reference to mailer application component in docs 6 years ago
messages kB instead of KB (#16368) 6 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 Refactored EmailValidator DNS validation to take get_dns_record() into account 6 years ago
views Fixes #17152: Fixed error page when using traceline option 6 years ago
web release version 2.0.17 6 years ago
widgets Fixes #16681: `ActiveField::inputOptions` were not used during some widgets rendering 6 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release 6 years ago
CHANGELOG.md prepare for next release 6 years ago
LICENSE.md
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Update to https protocol for php.net links (#17168) [skip ci] 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.16 6 years ago
composer.json Updated framework package composer.json 6 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.