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.
 
 
 
 
 
Dmitry Erofeev ac0a56e9d0 reverted deletion of Theme::getPath() 11 years ago
..
assets Tab to spaces conversion. 11 years ago
base reverted deletion of Theme::getPath() 11 years ago
behaviors Reformat code te be PSR-2 compatible 11 years ago
caching Reformat code te be PSR-2 compatible 11 years ago
captcha Reformat code te be PSR-2 compatible 11 years ago
console Reformat code te be PSR-2 compatible 11 years ago
data Reformat code te be PSR-2 compatible 11 years ago
db Changed comment again to actually be correct. This is also consistent with the draft of the definitive guide. 11 years ago
grid fix 11 years ago
helpers Reformat code te be PSR-2 compatible 11 years ago
i18n Reformat code te be PSR-2 compatible 11 years ago
log Fixes #497: Removed `\yii\log\Target::logUser` and added `\yii\log\Target::prefix` to support customizing message prefix 11 years ago
mail Reformat code te be PSR-2 compatible 11 years ago
messages updated german translations 11 years ago
mutex Reformat code te be PSR-2 compatible 11 years ago
rbac Reformat code te be PSR-2 compatible 11 years ago
requirements fixed requirements checker once again... 11 years ago
rest Reformat code te be PSR-2 compatible 11 years ago
test Reformat code te be PSR-2 compatible 11 years ago
validators small typo fix 11 years ago
views reverted wrong changes after #2764 11 years ago
web fix User::getReturnUrl() after #2501 11 years ago
widgets Reformat code te be PSR-2 compatible 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Reformat code te be PSR-2 compatible 11 years ago
CHANGELOG.md Changelog and doc 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 huge amount of documentation link fixes 11 years ago
classes.php Reformat code te be PSR-2 compatible 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.