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.
 
 
 
 
 
Qiang Xue a3274c5ffc Fixed test break. 11 years ago
..
assets Tab to spaces conversion. 11 years ago
base Fixed test break. 11 years ago
behaviors Reformat code te be PSR-2 compatible 11 years ago
caching Turn module and application into DI containers. 11 years ago
captcha Reformat code te be PSR-2 compatible 11 years ago
console Turn module and application into DI containers. 11 years ago
data Turn module and application into DI containers. 11 years ago
db Turn module and application into DI containers. 11 years ago
di Turn module and application into DI containers. 11 years ago
grid fix 11 years ago
helpers Reformat code te be PSR-2 compatible 11 years ago
i18n Turn module and application into DI containers. 11 years ago
log Turn module and application into DI containers. 11 years ago
mail Reformat code te be PSR-2 compatible 11 years ago
messages Mistake in error message 11 years ago
mutex Turn module and application into DI containers. 11 years ago
rbac Turn module and application into DI containers. 11 years ago
requirements fixed requirements checker once again... 11 years ago
rest Reformat code te be PSR-2 compatible 11 years ago
test Turn module and application into DI containers. 11 years ago
validators small typo fix 11 years ago
views reverted wrong changes after #2764 11 years ago
web Turn module and application into DI containers. 11 years ago
widgets Turn module and application into DI containers. 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 Fixes #2775: Added `yii\base\Application::bootstrap` to support running bootstrap classes when starting an application 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md
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.