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 71b728225b Fixes #9532: improved DbMessageSource::$cache phpdoc 9 years ago
..
assets Fixes #5991, #5420, #3017: Added `updateMessages()` to `yii.activeForm.js` to support manually updating ActiveForm messages 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 Removed unused "use" 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 Fix problem, that Application::getUser can return null 9 years ago
grid improved GridView docs about empty cell 9 years ago
helpers `BaseVarDumper::export()` object to string fallback fixed 9 years ago
i18n Fixes #9532: improved DbMessageSource::$cache phpdoc 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 Change Russian translation for unique message 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Merge pull request #9299 from yiisoft/schemabuilder-refactoring 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 typo in DateValidator docs 9 years ago
views Removed extra line break 9 years ago
web Fixes #9369: `Yii::$app->user->can()` now returns `false` instead of erroring in case `authManager` component is not configured 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 #9442: Fixed `yii\db\Migration::renameTable()` caused fatal error when using SQLite driver 9 years ago
LICENSE.md
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 Updated dependency to `cebe/markdown` to version `1.0.x`. 10 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.