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.
 
 
 
 
 
Klimov Paul e5280470b0 Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
..
assets fixed data-method. 11 years ago
base Correction of many errors code inspection. 11 years ago
behaviors fixed build break. 11 years ago
caching Correction of many errors code inspection. 11 years ago
captcha Correction of many errors code inspection. 11 years ago
console `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
data Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
db Correction of many errors code inspection. 11 years ago
di Correction of many errors code inspection. 11 years ago
filters Fixes test break. 11 years ago
grid Correction of many errors code inspection. 11 years ago
helpers Correction of many errors code inspection. 11 years ago
i18n Correction of many errors code inspection. 11 years ago
log Correction of many errors code inspection. 11 years ago
mail updated phpdoc 11 years ago
messages Some fixes for #3074 Hungarian translation 11 years ago
mutex reverted breaking PHPdoc codestyle changes 11 years ago
rbac Fixes test break. 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 Correction of many errors code inspection. 11 years ago
views Update error.php 11 years ago
web added emphatises to phpdoc in asset bundle 11 years ago
widgets Fixes #3042: `yii\widgets\Pjax` should end application right after it finishes responding to a pjax request 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release. 11 years ago
CHANGELOG.md `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Added `$user` as the first parameter of `yii\rbac\Rule::execute()` 11 years ago
Yii.php DI WIP 11 years ago
classes.php Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Correction of many errors code inspection. 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.