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.
 
 
 
 
 
Qiang Xue fd332d02dd Merge pull request #6736 from DaSourcerer/patch-1 10 years ago
..
assets Fixes #6467: `ActiveForm` will scroll to the nearest visible element when the first error input is hidden 10 years ago
base yii\base\Model::load() typo fix 10 years ago
behaviors Fixes #6678: `yii\behaviors\SluggableBehavior` will generate a new slug only when the slug attribute is empty or the source attribute is changed 10 years ago
caching Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
captcha
console Doc comments for `yii\console\controllers\AssetController` extended 10 years ago
data Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
db Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
di Fixed typo. 10 years ago
filters Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
grid Merge pull request #6587 from creocoder/yii-grid-action-column-php-doc 10 years ago
helpers Fixes #4502: Added alias support to URL route when calling `Url::toRoute()` and `Url::to()` 10 years ago
i18n Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
log Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
mail
messages Merge pull request #6738 from 1darvesh/patch-2 10 years ago
mutex Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
rbac Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
requirements Fix #6605 10 years ago
rest
test Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
validators Fixes #6589: updated code style guide to mention else after return, adjusted code involved in the issue 10 years ago
views use a monospace font in error details on exception page 10 years ago
web Merge pull request #6736 from DaSourcerer/patch-1 10 years ago
widgets Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Merge pull request #6736 from DaSourcerer/patch-1 10 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php
classes.php
composer.json require PHP mcrypt extension 10 years ago
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

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.