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.
 
 
 
 
 
Sam a8d95f429d Fixes #14636: Views can now use relative paths even when using themed views 6 years ago
..
assets Fixes #15678: Fixed `resetForm` method in `yii.activeForm.js` which used an undefined variable 7 years ago
base Fixes #14636: Views can now use relative paths even when using themed views 6 years ago
behaviors Add php-intl dependency info for SluggableBehavior (#15997) [skip ci] 7 years ago
caching Initialize the property definition as array (#16168) 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 Fixes #16245: Fixed `__isset()` in `BaseActiveRecord` not catching errors 6 years ago
di `@inheritdoc` notation changed 7 years ago
filters Minor [ci skip] 6 years ago
grid fix #15798 (yii\grid\CheckboxColumn, yii\grid\RadioButtonColumn conte… (#16021) 6 years ago
helpers Fixed BC breaking change in Inflector 6 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 Fixed IPv6 requirement check 6 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 Fixes #16068: Fixed `yii\web\CookieCollection::has` when an expiration param is set to 'until the browser is closed' 6 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 #14636: Views can now use relative paths even when using themed views 6 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 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.

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.