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 00d506c398 completed implementation for #7177 9 years ago
..
assets Added support of :submit[formtarget] 9 years ago
base Better buffer usage description as suggested by @tom-- 9 years ago
behaviors Enh new property `skipUpdateOnClean` for `AttributeBehavior` (#11302) 9 years ago
caching ArrayCache - updated PHPDoc 9 years ago
captcha Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle` 9 years ago
console Fixed `yii\console\Application::runAction` to not to corrupt response exit code when action returns Response object 9 years ago
data Update BaseDataProvider.php (#11342) 9 years ago
db Updated SqliteQueryBuilderTest to work with Composite in conditions 9 years ago
di Fixed using DI container with no `Yii::$app` set. 9 years ago
filters improved HttpCache documentation 9 years ago
grid Added `@since` tags for #10631 9 years ago
helpers Fixes #10710: `yii\helpers\FileHelper::copyDirectory()` is now throwing exception when trying to copy a directory to itself or a subdirectory 9 years ago
i18n Fixed handling of intervals of 0 seconds in yii\i18n\Formatter::asDuration(). 9 years ago
log allow setting custom logger in Dispatcher via config 9 years ago
mail Update phpDoc BaseMailer::compose() 9 years ago
messages update fa/yii.php (#11406) 9 years ago
mutex Fixed Wording 9 years ago
rbac Changed new instance creation style 9 years ago
requirements review `yii\web` namespaces docs 9 years ago
rest Replace aliases of functions 9 years ago
test Moved TraversableObject to yiiunit\data\base namespace 9 years ago
validators completed implementation for #7177 9 years ago
views Simplified exception page Javascript 9 years ago
web dont set return url, if request method is not GET 9 years ago
widgets Fixes #11132: Fixed `yii\widgets\FragmentCache` not handling empty content correctly in all cases 9 years ago
.gitignore
.htaccess
BaseYii.php Implemented DI for callable component configuration 9 years ago
CHANGELOG.md completed implementation for #7177 9 years ago
LICENSE.md
README.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
UPGRADE.md updated UPGRADE.md 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php prepare for 2.0.7 release 9 years ago
composer.json changed HTMLPurifier dependency to allow loading new minor versions 9 years ago
yii Compare with null instead of isset 9 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.1.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.