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 0ec2e2e3cd Fixed changelog 10 years ago
..
assets Fixes #3934: Added attr() method instead prop() to get valid action url. 10 years ago
base Fixes #3772: Behaviors adding validation rules do not work as expected 10 years ago
behaviors doc update [skip ci] 10 years ago
caching improve cache phpdoc 10 years ago
captcha Fixed hashKey [skip ci] 10 years ago
console `MigrationInterface` extracted 10 years ago
data ensure gridview query is reusable 11 years ago
db `MigrationInterface` extracted 10 years ago
di Fixed the issue that `ServiceLocator` still returns the old component after calling `set()` with a new definition 11 years ago
filters Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
grid Merge pull request #3544 from MDMunir/patch-1 10 years ago
helpers Fixes #3939: `\yii\Inflector::slug()` improvements: 10 years ago
i18n \yii\i18n\DbMessageSource code style fixes 10 years ago
log Fixes #3968: Messages logged in shutdown functions are not handled 10 years ago
mail Update BaseMailer.php 11 years ago
messages Update config.php 10 years ago
mutex Doc comments for the 'mutex' classes extended 10 years ago
rbac Fixes #3817: `yii\rbac\PhpManager::getChildren()` returns null instead of expected empty array 10 years ago
requirements Fixes #3939: `\yii\Inflector::slug()` improvements: 10 years ago
rest Removed unused imports, added missing phpdoc 10 years ago
test Refactored AR find 11 years ago
validators refactored file validator. 10 years ago
views fixed argument display in errorHandler 10 years ago
web Fixes #3897: Raised visibility of `yii\web\View::registerAssetFiles()` to protected 10 years ago
widgets Upgrade of the code 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php another @see 10 years ago
CHANGELOG.md Fixed changelog 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md refactored file validator. 10 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.