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.
 
 
 
 
 
SilverFire - Dmitry Naumenko f9fd4da8de
Fixed MySQL 5.7 compatibility
7 years ago
..
assets Updated yii.activeForm to follow jQuery 3.0 API changes 7 years ago
base Fixes #14793: Module `->get()` and `->has()` methods now check parent modules and fall back to application if nothing found 7 years ago
behaviors Add empty lines before return statements. (#14682) [skip ci] 7 years ago
caching Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
captcha Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
console ensure backwards compatibiliy with migration without $compact 7 years ago
data Fixes #13779, fixes #5786 7 years ago
db Fixed MySQL 5.7 compatibility 7 years ago
di Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
filters Fix request usage at `Cors` 7 years ago
grid fixed typo in grid view docs 7 years ago
helpers Fixes #13254: Made `yii\helpers\StringHelper` and `yii\validators\StringValidator` independent of `Yii::$app` instance 7 years ago
i18n Formatter asDatetime() documentation $format fix (#14708) 7 years ago
log improved docs for #14273 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages Update French translation [skip ci] 7 years ago
mutex minor 7 years ago
rbac Cache user assignments to avoid unnecessary DB queries (#14696) 7 years ago
requirements Enable `include` rule in php-cs-fixer (#14418) 7 years ago
rest Add empty lines before return statements. (#14682) [skip ci] 7 years ago
test Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
validators Fixes #13254: Made `yii\helpers\StringHelper` and `yii\validators\StringValidator` independent of `Yii::$app` instance 7 years ago
views Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
web Removed ability to define a hostname as trusted because of possible security issues 7 years ago
widgets Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 7 years ago
.gitignore
.htaccess
BaseYii.php Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
CHANGELOG.md Reordered CHANGELOG 7 years ago
LICENSE.md
README.md Update composer fxp plugin version in docs and travis scripts 8 years ago
UPGRADE.md Fixes #14793: Module `->get()` and `->has()` methods now check parent modules and fall back to application if nothing found 7 years ago
Yii.php Enable `include` rule in php-cs-fixer (#14418) 7 years ago
classes.php Added yii\base\Object for backwards compatibility 7 years ago
composer.json Added missing , 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.

Either run

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.