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 07403d3f9d Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
..
assets
base Added support to `yii\di\Container` to instantiate and configure an object that implements `yii\base\Configurable`. 10 years ago
behaviors
caching
captcha Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format 10 years ago
console Fixes #7358: Fix trimming PHPDoc prefix with TAB indent in `yii\console\Controller::parseDocCommentSummary()` 10 years ago
data Optimized checks order in conditions 10 years ago
db Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()` 10 years ago
di Added support to `yii\di\Container` to instantiate and configure an object that implements `yii\base\Configurable`. 10 years ago
filters Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
grid
helpers Fixes #7255: Added support to allow widgets that use text input to specify input types 10 years ago
i18n Fix documentation of PhpMessageSource::$basePath 10 years ago
log Optimized checks order in conditions 10 years ago
mail
messages Merge pull request #7156 from apaoww/master 10 years ago
mutex
rbac Fixes #7266 10 years ago
requirements
rest
test
validators
views Optimized checks order in conditions 10 years ago
web Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
widgets fixed example with wrong namespace at 'yii2/framework/widgets/MaskedInput.php' documentation 10 years ago
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
LICENSE.md
README.md
UPGRADE.md
Yii.php
classes.php
composer.json
yii
yii.bat

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"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.