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 5eba1403ff removed requirements checker from classmap 10 years ago
..
assets Fixes #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes 10 years ago
base yii\base\Model::load() typo fix 10 years ago
behaviors More correct usage of TimeStamp touch method 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 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 fixed indentation in Cache Controller 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 added doc about count() return value 10 years ago
di Fixed typo. 10 years ago
filters Allow to set Access-Control-Expose-Headers in Cors filter 10 years ago
grid Update ActionColumn.php 10 years ago
helpers Fixes #6697. 10 years ago
i18n date formatter fall back to PHP impl. to solve Y2K38 issue 10 years ago
log added check for undefined application to log Target 10 years ago
mail improved HTML to Text fallback in BaseMailer 10 years ago
messages Update yii.php [skip ci] 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 PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
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 Fixes #5690: adjusted paths in message config generated by `yii message/config` to reflect directory structure better 10 years ago
web Fixes #6889 doc fix [skip ci] 10 years ago
widgets fixed version information in Breadcrumb widget 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for the next release. 10 years ago
CHANGELOG.md Changed order of readme entries (bug should go first) 10 years ago
LICENSE.md updated license information. 11 years ago
README.md Fixes #6189 10 years ago
UPGRADE.md Fixes #6189 10 years ago
Yii.php DI WIP 11 years ago
classes.php removed requirements checker from classmap 10 years ago
composer.json require PHP mcrypt extension 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-beta4"
composer require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.