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.
 
 
 
 
 
Klimov Paul 1a07485e27 Added support for relation by array attributes 10 years ago
..
assets Upgrade jquery.inputmask to v3.0.52 10 years ago
base Fixes #4231: turned Controller::findLayoutFile() from protected to public. 10 years ago
behaviors
caching Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
captcha Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly 10 years ago
console Fixes #4295: reworked message extraction for PO files 10 years ago
data phpdoc code 10 years ago
db Added support for relation by array attributes 10 years ago
di
filters Merge pull request #4193 from pgaultier/feature/CORS 10 years ago
grid
helpers dropDownList encodeSpaces for subgroups 10 years ago
i18n Fixes #4199: added missing category to logging calls 10 years ago
log `yii\mongodb\log\MongoDbTarget` log target added 10 years ago
mail Fixes #3992 10 years ago
messages Russian translation - semantic fix [skip_ci] 10 years ago
mutex updated phpdoc and classmap 10 years ago
rbac Fixes #4310: code cleanup 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest
test
validators avoid confusion about uploadRequired 10 years ago
views Fixes #4295: reworked message extraction for PO files 10 years ago
web Request::cookieValidationKey must be explicitly specified now. 10 years ago
widgets minor CS fixes [skip ci] 10 years ago
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md Added support for relation by array attributes 10 years ago
LICENSE.md
README.md
UPGRADE.md Request::cookieValidationKey must be explicitly specified now. 10 years ago
Yii.php
classes.php Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
composer.json
yii
yii.bat

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.