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.
 
 
 
 
 
Carsten Brandt 4de6e8c6b2 fix #3501 replace . when generating input ids 10 years ago
..
assets RangeValidator typo fix 10 years ago
base Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
behaviors fixed build break. 11 years ago
caching Added support for using path alias with `FileDependency::fileName` 10 years ago
captcha Fixes #3458: Fixed the bug that the image rendered by `CaptchaAction` was using a wrong content type 11 years ago
console Fixed asset controller tests 10 years ago
data ensure gridview query is reusable 11 years ago
db added more types to pgsql schema, better detection 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 fix #3501 replace . when generating input ids 10 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 Updated pt-BR translation 10 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac Small typo in the framework/rbac/PhpManager.php 10 years ago
requirements Tests excess dump removed 11 years ago
rest Moved yii\rest\Controller::checkAccess() to ActiveController. 11 years ago
test Refactored AR find 11 years ago
validators Additional RangeValidator fixes 10 years ago
views Tabs to spaces to be consistent 10 years ago
web Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
widgets Refactor 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 added more types to pgsql schema, better detection 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Fixes #2898: `yii\console\controllers\AssetController` is now using hashes instead of timestamps 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.