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 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
..
assets Fixes #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once. 10 years ago
base Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly 10 years ago
behaviors Fixes #4919 10 years ago
caching Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
captcha Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
console Proper error message when fixture controller is called without input 10 years ago
data Update ArrayDataProvider.php 10 years ago
db Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
di property codestyle framework 10 years ago
filters Used import instead of FQN 10 years ago
grid Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
helpers Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
i18n Fixes #5595: Better phpdoc value types for Formatter methods 10 years ago
log Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
mail property codestyle framework 10 years ago
messages Added Swedish translations for Yii messages. 10 years ago
mutex property codestyle framework 10 years ago
rbac Fixes #5584: `yii\rbac\DbRbacManager` should not delete items when deleting a rule on a database not supporting cascade update 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest Fix PHPDoc [skip ci] 10 years ago
test prepare for 2.0.0-rc release. 10 years ago
validators Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
views add missing semicolon, fixes #5393 10 years ago
web Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
widgets Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
LICENSE.md updated license information. 11 years ago
README.md Fixes #5509. 10 years ago
UPGRADE.md Fixes #5509. 10 years ago
Yii.php DI WIP 11 years ago
classes.php prepare for 2.0.0-rc release. 10 years ago
composer.json Fixes #5475: bumped up yii2-pjax to 2.0.1 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

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

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.