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.

25 lines
433 B

11 years ago
Yii PHP Framework Version 2
===========================
11 years ago
This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2).
11 years ago
Installation
------------
11 years ago
The preferred way to install the Yii framework is through [composer](http://getcomposer.org/download/).
11 years ago
Either run
11 years ago
```
php composer.phar require --prefer-dist "yiisoft/yii2 *"
11 years ago
```
11 years ago
or add
11 years ago
```json
"yiisoft/yii2": "*"
11 years ago
```
11 years ago
to the require section of your composer.json.