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.
 
 
 
 
 
Brandon Kelly 1d5ae6de43 Fixed bug where component behaviors could be double-attached (#16663) 6 years ago
..
base Fixed bug where component behaviors could be double-attached (#16663) 6 years ago
behaviors Fixing tests after meging with master 6 years ago
caching Adjusted versioning 6 years ago
console Use null coalesce operator where possible 6 years ago
data Use null coalesce operator where possible 6 years ago
db Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
di Fixes #16495: Added method call support in DI and `Yii::configure()` 6 years ago
filters Fix namespace issue (#16602) 6 years ago
grid Use null coalesce operator where possible 6 years ago
helpers Adjusted versioning 6 years ago
http Adjusted versioning 6 years ago
i18n Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
log Adjusted versioning 6 years ago
mail Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
messages Merge branch 'master' into 2.1 6 years ago
mutex Adjusted versioning 6 years ago
profile Adjusted versioning 6 years ago
rbac Use null coalesce operator where possible 6 years ago
requirements Merge branch 'master' into 2.1 6 years ago
serialize Adjusted versioning 6 years ago
test Use null coalesce operator where possible 6 years ago
validators Adjusted versioning 6 years ago
views Merge branch 'master' into 2.1 6 years ago
web Fixes #12895: Use custom error action when provided, regardless of the response format 6 years ago
widgets Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
.gitignore
.htaccess
BaseYii.php Fixes #16495: Added method call support in DI and `Yii::configure()` 6 years ago
CHANGELOG.md Fixes #12895: Use custom error action when provided, regardless of the response format 6 years ago
LICENSE.md
README.md Adjusted versioning 6 years ago
UPGRADE.md Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
Yii.php Merge branch 'master' of github.com:yiisoft/yii2 into 2.1 7 years ago
composer.json #15899 Updated cebe/markdown composer constraint 7 years ago
yii added autoloading path for yii (CLI) when installed from yii2-dev (#15812) 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": "~3.0.0",

to the require section of your composer.json.