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.
 
 
 
 
 
Igor Jerosimić 39232aa5a7 Fixed Serbian translation issues 7 years ago
..
assets Removed debug statement [skip ci] 7 years ago
base Fixes #14134: Fixed multiple `validateAttribute()` calls when `scenarios()` returns duplicate attributes 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 Fixes #14929: Additional semicolon should avoid an affection of trailing line comment when asset/compress 7 years ago
data Fixes #13779, fixes #5786 7 years ago
db Fixes #7316: Documentation for ActiveRelationTrait::inverseOf() [skip ci] (#14892) 7 years ago
di Fixes #14126: Added variadic parameters support to DI container 7 years ago
filters Fixes #13403: Added 'permissions' additionally to 'roles' in `yii\filters\AccessRule` in order to be able to specify these separately 7 years ago
grid Refactored GridView->renderColumnGroup 7 years ago
helpers Fixes #13720: Improve `yii\helpers\FormatConverter::convertDatePhpToIcu()` to handle escaped chars correctly 7 years ago
i18n Fixes #4479: Implemented REST filters 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 Fixed Serbian translation issues 7 years ago
mutex minor 7 years ago
rbac phpDoc to BaseManager::defaultRoles [skip ci] 7 years ago
requirements Enable `include` rule in php-cs-fixer (#14418) 7 years ago
rest Fixes #4479: Implemented REST filters 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 Minor, added strict comparsion 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 psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
CHANGELOG.md Fixes #4479: Implemented REST filters 7 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md Updated asset-plugin version in docs [skip ci] 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 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.

Either run

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

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.