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.
 
 
 
 
 
Qiang Xue 5d4780da21 Fixes #8268: Allow `QueryBuilder` to recognize more variations of `limit` and `offset` values 10 years ago
..
assets Changed back usage of attr() to usage of prop() for checkboxes 10 years ago
base Fixed `yii\base\Model` does not recognize scenario declared by rules using 'except' 10 years ago
behaviors AttributeBehavior documentation cleanup [ci skip] 10 years ago
caching Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
captcha Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format 10 years ago
console `yii\console\controllers\MessageController::saveMessagesToDb()` updated to use `yii\db\Schema::insert()` 10 years ago
data Fixed `yii\data\ArrayDataProvider::getKeys()` return wrong when `yii\data\ArrayDataProvider::$allModels` contain integer key 10 years ago
db Fixes #8268: Allow `QueryBuilder` to recognize more variations of `limit` and `offset` values 10 years ago
di Grammar fix: followings -> following 10 years ago
filters Fixes #7409: Allow `yii\filters\auth\CompositeAuth::authMethods` to take authentication objects 10 years ago
grid syntax fix [skip ci] 10 years ago
helpers Fix conversion of ICU 'L' symbol. 10 years ago
i18n Added Formatter:$numberFormatterSymbols 10 years ago
log Fixed `yii\log\Logger` unable to export session id 10 years ago
mail improved HTML to Text fallback in BaseMailer 10 years ago
messages Updated Lithuanian translation 10 years ago
mutex Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
rbac Grammar fix: followings -> following 10 years ago
requirements Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements 10 years ago
rest Merge pull request #8055 from Agrumas/patch-2 10 years ago
test `yii\test\ActiveFixture::load()` updated to use `yii\db\Schema::insert()` 10 years ago
validators Added min/max option to DateValidator. 10 years ago
views Fixes #7856: Fixed comments order in messageConfig 10 years ago
web Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
widgets Fix FragmentCache when enabled is false. 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release. 10 years ago
CHANGELOG.md Fixes #8268: Allow `QueryBuilder` to recognize more variations of `limit` and `offset` values 10 years ago
LICENSE.md updated license information. 11 years ago
README.md improved framework README 10 years ago
UPGRADE.md added missing `@since` annotations 10 years ago
Yii.php Yii class code style fix 10 years ago
classes.php 2.0.3 release. 10 years ago
composer.json Updated dependency to `cebe/markdown` to version `1.0.x`. 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.

This repository is a git submodule 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.0.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.