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.
 
 
 
 
 
243083df 56a3d21c24 Minor refactoring of BaseActiveRecord::populateRelation() (#16161) 7 years ago
..
assets Fixes #15678: Fixed `resetForm` method in `yii.activeForm.js` which used an undefined variable 7 years ago
base SCA with Php Inspections (EA Ultimate) (#16105) 7 years ago
behaviors Add php-intl dependency info for SluggableBehavior (#15997) [skip ci] 7 years ago
caching FileCache: rebuild cache file before touch when different file owner (#16120) 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 Minor refactoring of BaseActiveRecord::populateRelation() (#16161) 7 years ago
di `@inheritdoc` notation changed 7 years ago
filters Fix action name in commentaries (list -> index) (#16124) [skip ci] 7 years ago
grid Updated PHPDocs [skip ci] 7 years ago
helpers SCA with Php Inspections (EA Ultimate) (#16105) 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 Re-extracted Chinese messages and translated them (#16041) [skip ci] 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 #16091: Make `yii\test\InitDbFixture` work with non-SQL DBMS 7 years ago
validators Add docs about changes in the `yii\validators\ExistValidator` mentioned in #8092 (#16136) [skip ci] 7 years ago
views SCA with Php Inspections (EA Ultimate) 7 years ago
web Adjusted UploadedFile::getInstance() phpdoc [skip ci] 7 years ago
widgets Simlified FQCN [skip ci] 7 years ago
.gitignore
.htaccess
BaseYii.php release version 2.0.15.1 7 years ago
CHANGELOG.md Fixes #15875: afterSave for new models flushes unsaved data 7 years ago
LICENSE.md
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Added extra upgrade note about CSRF cookies [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 #15899 Updated cebe/markdown composer constraint 7 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 7 years ago
yii.bat

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.