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.
 
 
 
 
 
David Renty b5cd0a6f0c asElapsedTime can now take a DateInterval string as a parameter 11 years ago
..
assets Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
base asElapsedTime can now take a DateInterval string as a parameter 11 years ago
behaviors Some minimal doc blocks changes for consitency 11 years ago
caching fix code style `There must be one blank line after the namespace declaration` 11 years ago
captcha better use @see for See in phpdoc 11 years ago
console sort options by action in Migration controller 11 years ago
data updated `@property` annotations 11 years ago
db Fixes #2687: table alias may not be respected when specified in relation query. 11 years ago
grid Fix some references to removed Html::url in phpdoc 11 years ago
helpers more reference fixes 11 years ago
i18n Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
log huge amount of documentation link fixes 11 years ago
mail Added links to PHP.net to apidoc 11 years ago
messages Removed U+FEFF character from pt-PT language file to fixe #2631 11 years ago
mutex huge amount of documentation link fixes 11 years ago
rbac huge amount of documentation link fixes 11 years ago
requirements Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
rest Update HttpBearerAuth.php 11 years ago
test fix code style 11 years ago
validators Update FileValidator.php 11 years ago
views minor css fixes. 11 years ago
web updated `@property` annotations 11 years ago
widgets Fix some references to removed Html::url in phpdoc 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
CHANGELOG.md Merge branch 'fix_is_empty_file_validator' of github.com:ZhandosKz/yii2 into ZhandosKz-fix_is_empty_file_validator 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 updated classmap 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.