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 78b5c7db66 fixed boolean handling for PostgreSQL 10 years ago
..
assets Upgrade jquery.inputmask to Version: 3.1.1 10 years ago
base `yii\base\ErrorHandler::handleError()` adjusted keeping native error processing on error reporting miss match. 10 years ago
behaviors Fixes #4736 10 years ago
caching Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
captcha property codestyle framework 10 years ago
console Fixes #4247 10 years ago
data property codestyle framework 10 years ago
db fixed boolean handling for PostgreSQL 10 years ago
di property codestyle framework 10 years ago
filters Additional fix to #4728. 10 years ago
grid Added key param to ActionColumn button Closure 10 years ago
helpers Fixes #4762: Reverted automatic ID fix. 10 years ago
i18n fixed some inconsistnecies in HHVM tests 10 years ago
log Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
mail property codestyle framework 10 years ago
messages Fix Russian translation 10 years ago
mutex property codestyle framework 10 years ago
rbac more on HHVM compatibility 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest Revert "Fixes #4829: Removed `PARSING_ONLY` from `\yii\rest\UrlRule` to allow creating non-GET URLs for forms and tests" 10 years ago
test property codestyle framework 10 years ago
validators Unused InvalidConfigException 10 years ago
views Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
web Fixes #3283: Added `$checkAjax` to `yii\web\User::loginRequired()` 10 years ago
widgets Fixes #4640: Added `yii\widgets\ActiveForm::beginField()` and `endField()` 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
CHANGELOG.md fixed boolean handling for PostgreSQL 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Added `forceDownload` parameter to `yii\web\Response::xSendFile()` 10 years ago
Yii.php DI WIP 11 years ago
bower.json updated bower dependency [skip ci] 10 years ago
classes.php Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
composer.json implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 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.

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.