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 48e2f542d7
re-added `require` that will break if autoloader is not configured
7 years ago
..
assets Fixes #15476: Added `\yii\widgets\ActiveForm::$validationStateOn` to be able to specify where to add class for invalid fields 7 years ago
base Code style adjustments 7 years ago
behaviors added missing `@since` annotations 7 years ago
caching improve `@deprecated` annotations 7 years ago
captcha `@inheritdoc` notation changed 7 years ago
console `@inheritdoc` notation changed 7 years ago
data Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
db added missing `@since` annotations 7 years ago
di `@inheritdoc` notation changed 7 years ago
filters Fixed `yii\db\HttpBasicAuth` not to switch identity, when user is already authenticated 7 years ago
grid Fixes #15625: `yii\grid\DataColumn` boolean filter dropdown list values are now in reversed order 7 years ago
helpers Renamed yii\helpers\FileHelper findDirectory() method to findDirectories() to be consistend with findFiles() 7 years ago
i18n Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
log Fixes #14296: Fixed log targets to throw exception in case log can not be properly exported 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages translate plural format for MS (#15491) 7 years ago
mutex Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
rbac Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
test Fixes #14546: Added `dataDirectory` property into `BaseActiveFixture` 7 years ago
validators Fixes #14254: add an option to specify whether validator is forced to always use master DB for `yii\validators\UniqueValidator` and `yii\validators\ExistValidator` 7 years ago
views Fixes #15272: Removed type attribute from script tag 7 years ago
web Improved phpdoc for ErrorHandler::$traceLine [skip ci] 7 years ago
widgets #15476: Fixed ActiveField initial error class in case setting it to input 7 years ago
.gitignore
.htaccess
BaseYii.php improve `@deprecated` annotations 7 years ago
CHANGELOG.md fix misplaced CHANGELOG lines 7 years ago
LICENSE.md
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md Fix typo in UPGRADE.md (#15654) [skip ci] 7 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php Fixes #15633: Deprecate some things going away/changing in 2.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.