Qiang Xue
11 years ago
3 changed files with 48 additions and 47 deletions
@ -1,21 +1,24 @@ |
|||||||
Yii 2.0 Public Preview |
Yii PHP Framework Version 2 |
||||||
====================== |
=========================== |
||||||
|
|
||||||
Thank you for choosing Yii - a high-performance component-based PHP framework. |
This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2). |
||||||
|
|
||||||
If you are looking for a production-ready PHP framework, please use |
|
||||||
[Yii v1.1](https://github.com/yiisoft/yii). |
|
||||||
|
|
||||||
Yii 2.0 is still under heavy development. We may make significant changes |
Installation |
||||||
without prior notices. **Yii 2.0 is not ready for production use yet.** |
------------ |
||||||
|
|
||||||
[![Build Status](https://secure.travis-ci.org/yiisoft/yii2.png)](http://travis-ci.org/yiisoft/yii2) |
|
||||||
|
|
||||||
|
The preferred way to install this extension is through [composer](http://getcomposer.org/download/). |
||||||
|
|
||||||
|
Either run |
||||||
|
|
||||||
REQUIREMENTS |
``` |
||||||
------------ |
php composer.phar require yiisoft/yii2-framework "*" |
||||||
|
``` |
||||||
|
|
||||||
The minimum requirement by Yii is that your Web server supports PHP 5.4.0. |
or add |
||||||
|
|
||||||
|
```json |
||||||
|
"yiisoft/yii2-framework": "*" |
||||||
|
``` |
||||||
|
|
||||||
|
to the require section of your composer.json. |
||||||
|
Loading…
Reference in new issue