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.
 
 
 
 
 
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
..
assets 2.0.5 bf7edc5 9 years ago
base 2.0.5 bf7edc5 9 years ago
behaviors 2.0.5 bf7edc5 9 years ago
caching 2.0.5 bf7edc5 9 years ago
captcha 2.0.5 bf7edc5 9 years ago
console 2.0.5 bf7edc5 9 years ago
data 2.0.5 bf7edc5 9 years ago
db 2.0.5 bf7edc5 9 years ago
di 2.0.5 bf7edc5 9 years ago
filters 2.0.5 bf7edc5 9 years ago
grid 2.0.5 bf7edc5 9 years ago
helpers 2.0.5 bf7edc5 9 years ago
i18n 2.0.5 bf7edc5 9 years ago
log 2.0.5 bf7edc5 9 years ago
mail 2.0.5 bf7edc5 9 years ago
messages 2.0.5 bf7edc5 9 years ago
mutex 2.0.5 bf7edc5 9 years ago
rbac 2.0.5 bf7edc5 9 years ago
requirements 2.0.5 bf7edc5 9 years ago
rest 2.0.5 bf7edc5 9 years ago
test 2.0.5 bf7edc5 9 years ago
validators 2.0.5 bf7edc5 9 years ago
views 2.0.5 bf7edc5 9 years ago
web 2.0.5 bf7edc5 9 years ago
widgets 2.0.5 bf7edc5 9 years ago
.gitignore version 2.0.1 84b42ab 10 years ago
.htaccess version 2.0.1 84b42ab 10 years ago
BaseYii.php 2.0.5 bf7edc5 9 years ago
CHANGELOG.md 2.0.5 bf7edc5 9 years ago
LICENSE.md version 2.0.1 84b42ab 10 years ago
README.md 2.0.5 bf7edc5 9 years ago
UPGRADE.md 2.0.5 bf7edc5 9 years ago
Yii.php 2.0.5 bf7edc5 9 years ago
classes.php 2.0.5 bf7edc5 9 years ago
composer.json 2.0.5 bf7edc5 9 years ago
yii version 2.0.1 84b42ab 10 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 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.