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.
 
 
 
 
 
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
..
assets Fix accidental `getResponseHeader()` fails 9 years ago
base fixed phpdoc type names 9 years ago
behaviors Removed unused imports 9 years ago
caching fixed phpdoc type names 9 years ago
captcha Fixed Imagick call in Captcha 9 years ago
console Fixed #10969: generator migration tool not works with decimal params in column 9 years ago
data Global DOCS update: ~~~ replaced with ``` 9 years ago
db Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
di Several improvements to DI container 9 years ago
filters Fixed wrong case in method calls 9 years ago
grid fixed phpdoc type names 9 years ago
helpers string array replace change 9 years ago
i18n fixed phpdoc type names 9 years ago
log Use static:: instead of $this for static method calls 9 years ago
mail Update phpDoc BaseMailer::compose() 9 years ago
messages uk translation fix 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Fixed wrong case in method calls 9 years ago
requirements review `yii\web` namespaces docs 9 years ago
rest Replace aliases of functions 9 years ago
test Compare with null instead of isset 9 years ago
validators `yii\validators\DateValidator` skip validation for `timestampAttribute`, if it is already in correct format 9 years ago
views remove min.js sourcemap hint from error page 9 years ago
web fixed phpdoc type names 9 years ago
widgets Fixed setup of 'definitions' and 'aliases' at `yii\widgets\MaskedInput` 9 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release 9 years ago
CHANGELOG.md Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 9 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
UPGRADE.md Made base `QueryBuilderTest` abstract to exclude it from tests. Added upgrade notes. 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.