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.
 
 
 
 
 
Vasileios Lourdas 84efa4b733 Updated Greek translation. 10 years ago
..
assets Fixes #5124: Added support to prevent duplicated form submission when using `ActiveForm` 10 years ago
base Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
behaviors Fixes #4919 10 years ago
caching Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
captcha new asset WIP: renabled asset publishing 10 years ago
console added yii version to the console help output 10 years ago
data Fixes #5127. 10 years ago
db Fixed phpdoc for yii\db\Query [skip ci] 10 years ago
di property codestyle framework 10 years ago
filters fix docs typo on \yii/filters/Cors 10 years ago
grid Improve docs for CheckboxColumn::$checkboxOptions 10 years ago
helpers Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
i18n ensure integer is formatted without fraction digits 10 years ago
log Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
mail property codestyle framework 10 years ago
messages Updated Greek translation. 10 years ago
mutex property codestyle framework 10 years ago
rbac Fixing wrong docs in RBAC PHPManager and wrong paths in security-authorization.md 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest Fix PHPDoc [skip ci] 10 years ago
test prepare for 2.0.0-rc release. 10 years ago
validators Fixes #5252: Null values are not properly handled by `RangeValidator` 10 years ago
views Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
web Fixes #5314: Fixed typo in the implementation of `yii\web\Session::getHasSessionId()` 10 years ago
widgets Fixes #5110. 10 years ago
.gitignore
.htaccess
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
LICENSE.md
README.md Adjusted framework readme 10 years ago
UPGRADE.md Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
Yii.php DI WIP 11 years ago
classes.php prepare for 2.0.0-rc release. 10 years ago
composer.json adjusted composer.json to follow more stable versioning policy for assets 10 years ago
yii implemented markdown parsing for console command description 10 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.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:1.0.0-beta2"
composer require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.