最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 Yii PHP Framework Version 2
W 2 ===========================
3
4 This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2#readme).
5
6 This repository is a read-only git subsplit of <https://github.com/yiisoft/yii2>.
7 Please submit issue reports and pull requests to the main repository.
8 For license information check the [LICENSE](LICENSE.md)-file.
9
10 Installation
11 ------------
12
13 The preferred way to install the Yii framework is through [composer](http://getcomposer.org/download/).
14
15 Refer to [Bower and NPM Assets installation](https://www.yiiframework.com/doc/guide/2.0/en/structure-assets#bower-npm-assets) to select an asset installation method.
16
17 Either run
18
19 ```
20 composer require yiisoft/yii2
21 ```
22
23 or add
24
25 ```json
26 "yiisoft/yii2": "~2.0.0",
27 ```
28
29 to the require section of your composer.json.