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.
 
 
 
 
 
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
..
assets merge from yiisoft/yii2 6 years ago
base merge from yiisoft/yii2 6 years ago
behaviors merge from yiisoft/yii2 6 years ago
caching merge from yiisoft/yii2 6 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console merge from yiisoft/yii2 6 years ago
data merge from yiisoft/yii2 6 years ago
db merge from yiisoft/yii2 6 years ago
di merge from yiisoft/yii2 6 years ago
filters merge from yiisoft/yii2 6 years ago
grid merge from yiisoft/yii2 6 years ago
helpers merge from yiisoft/yii2 6 years ago
i18n merge from yiisoft/yii2 6 years ago
log merge from yiisoft/yii2 6 years ago
mail DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 7 years ago
messages merge from yiisoft/yii2 6 years ago
mutex merge from yiisoft/yii2 6 years ago
rbac merge from yiisoft/yii2 6 years ago
requirements merge from yiisoft/yii2 6 years ago
rest merge from yiisoft/yii2 6 years ago
test merge from yiisoft/yii2 6 years ago
validators merge from yiisoft/yii2 6 years ago
views SCA with Php Inspections (EA Ultimate) 7 years ago
web merge from yiisoft/yii2 6 years ago
widgets merge from yiisoft/yii2 6 years ago
.gitignore
.htaccess
BaseYii.php release version 2.0.15.1 7 years ago
CHANGELOG.md merge from yiisoft/yii2 6 years ago
LICENSE.md
README.md merge from yiisoft/yii2 6 years ago
UPGRADE.md merge from yiisoft/yii2 6 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.14.1 7 years ago
composer.json #15899 Updated cebe/markdown composer constraint 7 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 7 years ago
yii.bat

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.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.