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 97f2fca72f Fixes #9678: `I18N::format()` wasn't able to handle named placeholder in "selectordinal" 9 years ago
..
assets Fixes #8822, fixes #9298. Clientside validator docs enhancements. 9 years ago
base revised docs about Model::load() 9 years ago
behaviors updated some comments and `@since` annotations 9 years ago
caching Fixing a typo 9 years ago
captcha Update yii\captcha\Captcha.php 9 years ago
console Fixes #9323: Fixed `yii\console\controllers\MessageController` not using database connection specified in config 9 years ago
data PSR-2 foreach statement 9 years ago
db Update Query doc return type 9 years ago
di Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
filters Clarified that IDs in AccessRule::$controllers should be prefixed with module ID 9 years ago
grid Closed #9635: Added default CSS class for `\yii\grid\ActionColumn` header 9 years ago
helpers Better fix for #9288 9 years ago
i18n Fixes #9678: `I18N::format()` wasn't able to handle named placeholder in "selectordinal" 9 years ago
log applied the same fix as #7305 also to DbTarget 9 years ago
mail Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
messages Merge pull request #9630 from dynasource/i18n-hour-nl-bug 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Fixes #9314: Fixed `yii\rbac\DbManager::getPermissionsByUser()` not returning permissions directly assigned to a user 9 years ago
requirements Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
rest Replace aliases of functions 9 years ago
test various code style and whitespace adjustments 9 years ago
validators Fixes #8822, fixes #9298. Clientside validator docs enhancements. 9 years ago
views Removed extra line break 9 years ago
web Fixes #9596: Fixed `\yii\web\UrlManager::createAbsoluteUrl(['site/index', '#' => 'testHash'])` losing hash 9 years ago
widgets Fixes #9411: `DetailView` now automatically sets container tag ID in case it's not specified 9 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release 9 years ago
CHANGELOG.md Fixes #9678: `I18N::format()` wasn't able to handle named placeholder in "selectordinal" 9 years ago
LICENSE.md updated license information. 11 years ago
README.md updated fxp/composer-asset-plugin version constraint 10 years ago
UPGRADE.md Typo fix 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 Fixes #9319: added ext-ctype to composer requirements 9 years ago
yii register `STDIN`, `STDOUT`, and `STDERR` if not defined by PHP 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 git submodule 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.0.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.