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
530 B
19 lines
530 B
10 years ago
|
インストール
|
||
|
============
|
||
|
|
||
|
## Composer パッケージを取得する
|
||
|
|
||
|
このエクステンションをインストールするのに推奨される方法は [composer](http://getcomposer.org/download/) によるものです。
|
||
|
|
||
|
下記のコマンドを実行してください。
|
||
|
|
||
|
```
|
||
|
php composer.phar require --prefer-dist yiisoft/yii2-bootstrap
|
||
|
```
|
||
|
|
||
|
または、あなたの `composer.json` ファイルの `require` セクションに、下記を追加してください。
|
||
|
|
||
|
```
|
||
|
"yiisoft/yii2-bootstrap": "~2.0.0"
|
||
|
```
|