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.
 
 
 
 
 
Klimov Paul fdd761d6cb Added `yii\web\AssetConverter::$isOutdatedCallback` allowing custom check for outdated asset conversion result 7 years ago
..
base class DI definitions changed to '__class' keyword 7 years ago
behaviors class DI definitions changed to '__class' keyword 7 years ago
caching class DI definitions changed to '__class' keyword 7 years ago
console class DI definitions changed to '__class' keyword 7 years ago
data class DI definitions changed to '__class' keyword 7 years ago
db CUBRID database support removed 7 years ago
di Added support for `__construct()` in class configuration (#15815) 7 years ago
filters class DI definitions changed to '__class' keyword 7 years ago
grid class DI definitions changed to '__class' keyword 7 years ago
helpers class DI definitions changed to '__class' keyword 7 years ago
http class DI definitions changed to '__class' keyword 7 years ago
i18n class DI definitions changed to '__class' keyword 7 years ago
log class DI definitions changed to '__class' keyword 7 years ago
mail class DI definitions changed to '__class' keyword 7 years ago
messages Merge branch 'master' of github.com:yiisoft/yii2 into 2.1 7 years ago
mutex `OracleMutex` moved to "yiisoft/yii2-oracle" 7 years ago
profile class DI definitions changed to '__class' keyword 7 years ago
rbac Merge branch 'master' of github.com:yiisoft/yii2 into 2.1 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
serialize `yii\serialize\*` package created 7 years ago
test class DI definitions changed to '__class' keyword 7 years ago
validators class DI definitions changed to '__class' keyword 7 years ago
views Fixes #15272: Removed type attribute from script tag 7 years ago
web Added `yii\web\AssetConverter::$isOutdatedCallback` allowing custom check for outdated asset conversion result 7 years ago
widgets Added support for `__construct()` in class configuration (#15815) 7 years ago
.gitignore
.htaccess
BaseYii.php class DI definitions changed to '__class' keyword 7 years ago
CHANGELOG.md Added `yii\web\AssetConverter::$isOutdatedCallback` allowing custom check for outdated asset conversion result 7 years ago
LICENSE.md
README.md update docs 7 years ago
UPGRADE.md CUBRID database support removed 7 years ago
Yii.php Merge branch 'master' of github.com:yiisoft/yii2 into 2.1 7 years ago
composer.json 'jquery' package removed 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.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.1.0",

to the require section of your composer.json.