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.
 
 
 
 
 
Anatoli Vladev a891aeeece Bulgarian translation 11 years ago
..
assets fixed data-method. 11 years ago
base Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
behaviors fixed build break. 11 years ago
caching Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true 11 years ago
captcha reverted breaking PHPdoc codestyle changes 11 years ago
console Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
data Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
db Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
di improved DI definition normalization. 11 years ago
filters fixed broken API links [skip ci] 11 years ago
grid refactored GridView to have clear separation between value and content 11 years ago
helpers Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
i18n Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
log fixed broken API links [skip ci] 11 years ago
mail updated phpdoc 11 years ago
messages Bulgarian translation 11 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac fixed broken API links [skip ci] 11 years ago
requirements apidoc and codestyle fixes 11 years ago
rest fixed broken API links [skip ci] 11 years ago
test Refactored AR find 11 years ago
validators Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
views updated error handler and requirement checker links. 11 years ago
web updated error handler and requirement checker links. 11 years ago
widgets Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
.gitignore
.htaccess
BaseYii.php Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
CHANGELOG.md Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true 11 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php DI WIP 11 years ago
classes.php update class map. 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
yii.bat

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

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.