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.

29 lines
683 B

11 years ago
Yii PHP Framework Version 2
===========================
This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2#readme).
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](LICENSE.md)-file.
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
```
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer require yiisoft/yii2
11 years ago
```
11 years ago
or add
11 years ago
```json
"yiisoft/yii2": "~2.0.0",
11 years ago
```
11 years ago
to the require section of your composer.json.