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.
19 lines
331 B
19 lines
331 B
8 years ago
|
安装
|
||
|
============
|
||
|
|
||
|
## 获取 Composer 包
|
||
|
|
||
|
安装此扩展的首选方式是通过 [composer](http://getcomposer.org/download/).
|
||
|
|
||
|
直接运行
|
||
|
|
||
|
```
|
||
|
php composer.phar require --prefer-dist yiisoft/yii2-bootstrap
|
||
|
```
|
||
|
|
||
|
或者在项目目录的 `composer.json` 文件中添加如下代码
|
||
|
|
||
|
```
|
||
|
"yiisoft/yii2-bootstrap": "~2.0.0"
|
||
|
```
|