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.
 
 
 
 
 
Alexander Makarov c5ec3550de Removed unused "use" statements 11 years ago
..
assets replace pjax with external resouce via composer 11 years ago
base Removed unused "use" statements 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 Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
console Merge pull request #2607 from mitalcoi/db_message_source 11 years ago
data REST wip. 11 years ago
db Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi 11 years ago
grid Add an option to ignore pjax request on some links. 11 years ago
helpers Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi 11 years ago
i18n fix code style 11 years ago
log huge amount of documentation link fixes 11 years ago
mail fix code style 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 fixed > 100 typos introduced by me :-) 11 years ago
rest major features and documentation finished for REST API. 11 years ago
test fix code style 11 years ago
validators fix code style 11 years ago
views minor css fixes. 11 years ago
web Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi 11 years ago
widgets replace pjax with external resouce via composer 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 Fixes #1467: Added support for organizing controllers in subdirectories 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 updated classmap 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Revert "Used ternary operator instead of "or" for constant definition" 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.