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.
 
 
 
 
 
Carsten Brandt b7fddd8dd6 Added LinkPager::$linkOptions 11 years ago
..
assets Renamed `fooVar` to `fooParam` for various classes. 11 years ago
base Changed Exception wording to be more clear 11 years ago
behaviors Some minimal doc blocks changes for consitency 11 years ago
caching huge amount of documentation link fixes 11 years ago
captcha fixed validation message translation [skip ci] 11 years ago
console Add ability to downgrade migrations by the absolute apply time 11 years ago
data Renamed `fooVar` to `fooParam` for various classes. 11 years ago
db fixed phpdoc errors and updated properties 11 years ago
grid Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 11 years ago
helpers added link about rendering of HTML attributes to Html helper 11 years ago
i18n Added assignment back. See https://github.com/yiisoft/yii2/pull/2285#discussion_r9566711 11 years ago
log huge amount of documentation link fixes 11 years ago
mail The directory holding email templates is renamed from `mails` to `mail` 11 years ago
messages fix kazakh translate 11 years ago
mutex huge amount of documentation link fixes 11 years ago
rbac huge amount of documentation link fixes 11 years ago
requirements doc fix. 11 years ago
test minor fix. 11 years ago
validators fixed validation message translation [skip ci] 11 years ago
views fix the _only_ option in calls to FileHelper::findFiles() 11 years ago
web Fixes #2502: Unclear error message when `$_SERVER['DOCUMENT_ROOT']` is empty 11 years ago
widgets Added LinkPager::$linkOptions 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php huge amount of documentation link fixes 11 years ago
CHANGELOG.md Fixes #2502: Unclear error message when `$_SERVER['DOCUMENT_ROOT']` is empty 11 years ago
LICENSE.md updated license information. 11 years ago
README.md updated readmes 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 Changed markdown library to cebe/markdown 11 years ago
yii Fix typos in constant 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.