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 3b3fb18f4b Merge branch 'master' of git://github.com/yiisoft/yii2 10 years ago
..
assets Merge pull request #4589 from thiagotalma/inputmask 10 years ago
base test and docs to be clear about #4558 10 years ago
behaviors Fixes #4571: ignore non-string attribute names for AttributeBehavior. 10 years ago
caching minor fixes [skip ci] 10 years ago
captcha property codestyle framework 10 years ago
console Update MessageController.php 10 years ago
data property codestyle framework 10 years ago
db Simplified parameter check for buildSimpleCondition() 10 years ago
di property codestyle framework 10 years ago
filters property codestyle framework 10 years ago
grid property codestyle framework 10 years ago
helpers Fixes #4591: `yii\helpers\Url::to()` will no longer prefix relative URLs with the base URL 10 years ago
i18n Replaced substr_compare with strncmp where possible 10 years ago
log property codestyle framework 10 years ago
mail property codestyle framework 10 years ago
messages Fix Russian translation 10 years ago
mutex property codestyle framework 10 years ago
rbac property codestyle framework 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest property codestyle framework 10 years ago
test property codestyle framework 10 years ago
validators Update docs for clientValidateAttribute() 10 years ago
views Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
web Fixes #4600 10 years ago
widgets Added validation js callbacks 10 years ago
.gitignore
.htaccess
BaseYii.php another @see 10 years ago
CHANGELOG.md Fixes #4591: `yii\helpers\Url::to()` will no longer prefix relative URLs with the base URL 10 years ago
LICENSE.md
README.md
UPGRADE.md Fixes #4591: `yii\helpers\Url::to()` will no longer prefix relative URLs with the base URL 10 years ago
Yii.php DI WIP 11 years ago
classes.php class map 10 years ago
composer.json implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 years ago
yii.bat

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.