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.
 
 
 
 
 
Boudewijn Vahrmeijer e385f323eb Update Menu.php 10 years ago
..
assets Fixed test break. 10 years ago
base Added support to `yii\di\Container` to instantiate and configure an object that implements `yii\base\Configurable`. 10 years ago
behaviors More correct usage of TimeStamp touch method 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 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 Fixes #7008: Removed extra white space in GridView filter cell 10 years ago
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 improved HTML to Text fallback in BaseMailer 10 years ago
messages Merge pull request #7156 from apaoww/master 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 Fixes #7266 10 years ago
requirements Fix #6605 10 years ago
rest PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
test Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
validators Fixes #7361: The `trim` validator now works on the client side too 10 years ago
views Added hint about safeUp/safeDown 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 Update Menu.php 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for the next release. 10 years ago
CHANGELOG.md Fixes #7361: The `trim` validator now works on the client side too 10 years ago
LICENSE.md updated license information. 11 years ago
README.md improved framework README 10 years ago
UPGRADE.md adjust version composer-asset-plugin to 1.0.0 [ci skip] 10 years ago
Yii.php Yii class code style fix 10 years ago
classes.php removed requirements checker from classmap 10 years ago
composer.json require PHP mcrypt extension 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.