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.
 
 
 
 
 
githubjeka b52cbd11f8 update changelog 9 years ago
..
assets Unable to get target DOM element in pjax events upon deletion grid row 9 years ago
base Fix methods references 9 years ago
behaviors made it easier to extend SluggableBehavior slug generation 9 years ago
caching Create multiSet, multiGet, multiAdd methods, and mark mset, mget and madd as deprecated 9 years ago
captcha Update CaptchaAction.php 9 years ago
console Adjustments for #8329 9 years ago
data Fixed typo 9 years ago
db added note about fields that can be used in onCondition 9 years ago
di Better quotes usage in strings 9 years ago
filters Added `yii\filters\auth\AuthMetod::optional` property 9 years ago
grid Fixes #10056: Allowed any callable to be passed to `ActionColumn::$urlCreator` 9 years ago
helpers Release fix from SilverFire 9 years ago
i18n Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
log Update syntax migration 9 years ago
mail Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
messages Updated Greek translation for framework messages. 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Fixes #10101: Fixed assignments saving on role removing in `\yii\rbac\PhpManager` 9 years ago
requirements Added requirement for ICU Data 9 years ago
rest Replace aliases of functions 9 years ago
test Compare with null instead of isset 9 years ago
validators IpValidator::clientValidateAttribute - fixed passing of regular exressions to JS 9 years ago
views Fixes #8329: Added support of options for `message` console command 9 years ago
web #9528: added missing data provider for JSON formatter test, added changelog and upgrade note, added `@since` tag to new property 9 years ago
widgets Fixes #10029: Fixed MaskedInput not working with PJAX 9 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Yii::powered() now uses Yii::t() 9 years ago
CHANGELOG.md update changelog 9 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
UPGRADE.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php prepare for release 2.0.6 9 years ago
composer.json Added Dmitry Naumenko to composer.json 9 years ago
yii Compare with null instead of isset 9 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.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:~1.1.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.