Skip to content

Commit

Permalink
調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Aug 4, 2024
1 parent 110eddf commit 70a703a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 5/introduce/use_for_cakephp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ CakePHP4で開発しているあなたのアプリケーションで、baserCMS
### composer でインストール

```shell
// baserCMSコアをインストール
# baserCMSコアをインストール
composer require baserproject/baser-core
// サンプル用のデザインテーマをインストール
# サンプル用のデザインテーマをインストール
composer require baserproject/bc-theme-sample
// もしくは、BcColumnテーマをインストール
# もしくは、BcColumnテーマをインストール
composer require baserproject/bc-column
```

Expand Down

0 comments on commit 70a703a

Please sign in to comment.