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.
 
 
 
 
 
SilverFire - Dmitry Naumenko 61186b5bd5
prepare for next release
7 years ago
..
assets Fixes #15678: Fixed `resetForm` method in `yii.activeForm.js` which used an undefined variable 7 years ago
base [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
behaviors release version 2.0.14.1 7 years ago
caching improve `@deprecated` annotations 7 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
data [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
db release version 2.0.14.2 7 years ago
di `@inheritdoc` notation changed 7 years ago
filters [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
grid Updated PHPDocs [skip ci] 7 years ago
helpers [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
i18n [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
log [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
mail DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 7 years ago
messages Updated Greek messages. 7 years ago
mutex [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
rbac release version 2.0.14.1 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest REST OPTIONS Action bug fix with Header name (#15869) 7 years ago
test Fixes #15840: Fixed regression on load fixture data file 7 years ago
validators SCA with Php Inspections (EA Ultimate) 7 years ago
views SCA with Php Inspections (EA Ultimate) 7 years ago
web [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
widgets Simlified FQCN [skip ci] 7 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release 7 years ago
CHANGELOG.md prepare for next release 7 years ago
LICENSE.md
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md #15776: Removed unnecessary UPGRADE note, added @berosoboy to changelog [skip ci] 7 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.14.1 7 years ago
composer.json Added missing , 7 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 7 years ago
yii.bat Fixed copyright year in batch files 10 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.