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 89f6a00147 created console errorHandler 11 years ago
..
assets typo. [skip ci] 11 years ago
base created console errorHandler 11 years ago
behaviors reverted breaking PHPdoc codestyle changes 11 years ago
caching renamed console controller optoins param $id to $actionId 11 years ago
captcha reverted breaking PHPdoc codestyle changes 11 years ago
console created console errorHandler 11 years ago
data fixed FileHelper private method static call 11 years ago
db Fixed oci querybuilder. 11 years ago
di updated classmap and phpdoc 11 years ago
grid refactored GridView to have clear separation between value and content 11 years ago
helpers fixed FileHelper private method static call 11 years ago
i18n fixed potential problem with MessageFormatter and broken messages 11 years ago
log ensure log dispatcher gets registered with logger in all cases 11 years ago
mail Merge branch 'master' into refactor-errorhandler 11 years ago
messages Update yii.php 11 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac apidoc and codestyle fixes 11 years ago
requirements apidoc and codestyle fixes 11 years ago
rest perform API auth before configured User class may require login 11 years ago
test reverted breaking PHPdoc codestyle changes 11 years ago
validators apidoc and codestyle fixes 11 years ago
views reverted wrong changes after #2764 11 years ago
web created console errorHandler 11 years ago
widgets improved session error handling 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
CHANGELOG.md Merge branch 'master' into refactor-errorhandler 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php DI WIP 11 years ago
classes.php updated classmap and phpdoc 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 psr-4 move 11 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

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

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.