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.
 
 
 
 
 
cuiliang c0df003ac0 merge from master 8 years ago
..
assets merge from master 8 years ago
base merge from master 8 years ago
behaviors merge from master 8 years ago
caching pgsql migrations fixed 9 years ago
captcha merge from master 8 years ago
console merge from master 8 years ago
data merge from master 8 years ago
db merge from master 8 years ago
di merge from master 8 years ago
filters merge from master 8 years ago
grid merge from master 8 years ago
helpers merge from master 8 years ago
i18n merge from master 8 years ago
log merge from master 8 years ago
mail Update phpDoc BaseMailer::compose() 9 years ago
messages merge from master 8 years ago
mutex Fixed Wording 9 years ago
rbac merge from master 8 years ago
requirements review `yii\web` namespaces docs 9 years ago
rest merge from master 8 years ago
test merge from master 8 years ago
validators merge from master 8 years ago
views merge from master 8 years ago
web merge from master 8 years ago
widgets merge from master 8 years ago
.gitignore version 2.0.1 84b42ab 10 years ago
.htaccess version 2.0.1 84b42ab 10 years ago
BaseYii.php merge from master 8 years ago
CHANGELOG.md merge from master 8 years ago
LICENSE.md version 2.0.1 84b42ab 10 years ago
README.md merge from master 8 years ago
UPGRADE.md merge from master 8 years ago
Yii.php 2.0.5 bf7edc5 9 years ago
classes.php merge from master 8 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 version 2.0.1 84b42ab 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.