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.

README.md 692B

12345678910111213141516171819202122232425262728
  1. Yii PHP Framework Version 2
  2. ===========================
  3. This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2#readme).
  4. This repository is a read-only git subsplit of <https://github.com/yiisoft/yii2>.
  5. Please submit issue reports and pull requests to the main repository.
  6. For license information check the [LICENSE](LICENSE.md)-file.
  7. Installation
  8. ------------
  9. The preferred way to install the Yii framework is through [composer](http://getcomposer.org/download/).
  10. Either run
  11. ```
  12. composer global require "fxp/composer-asset-plugin:^1.2.0"
  13. composer require yiisoft/yii2
  14. ```
  15. or add
  16. ```json
  17. "yiisoft/yii2": "~2.0.0",
  18. ```
  19. to the require section of your composer.json.