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 e4bd3b5932 Merge pull request #3378 from yiisoft/db-integrity-exception 11 years ago
..
assets Fix for comparing numeric attributes in JavaScript 11 years ago
base Fixes #699: fixed wrong usage of self and static 11 years ago
behaviors fixed build break. 11 years ago
caching phpdoc formatting issues 11 years ago
captcha phpdoc formatting issues 11 years ago
console Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 years ago
data ensure gridview query is reusable 11 years ago
db Fixed handleException method visibility, removed unnecessary slashes from FQN 11 years ago
di Fixes #3311. 11 years ago
filters correct typo in phpdoc for HttpBearerAuth class 11 years ago
grid Refactored filter error display for GridView. 11 years ago
helpers HHVM compatibility Fixes for Yii 2 Console Application 11 years ago
i18n Fixes #699: fixed wrong usage of self and static 11 years ago
log Fix #3327: "Unable to find debug data" when logging objects with circular references 11 years ago
mail Update BaseMailer.php 11 years ago
messages [NL] Removed app.php 11 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac Added SQL files for RBAC back 11 years ago
requirements apidoc and codestyle fixes 11 years ago
rest Removed `yii\rest\ActiveController::$transactional` property and connected functionality 11 years ago
test Refactored AR find 11 years ago
validators better exception message for non existing validator 11 years ago
views Fixes #3183: fixed regression after #3175 11 years ago
web Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
widgets Fixes #3008: Added `Html::errorSummary()` 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php update document for BaseYii::setAlias method. 11 years ago
CHANGELOG.md Merge pull request #3378 from yiisoft/db-integrity-exception 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Yii.php DI WIP 11 years ago
classes.php added docs about build automation tool 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Correction of many errors code inspection. 11 years ago
yii.bat psr-4 move 11 years ago

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.