EC-CUBE / EC-CUBE/TwoFactorAuthCustomer42

プラグインのセットアップ手順

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
documentation
Dominant language
PHP
Stars
2
Forks
7
PR merge metrics
No merged PRs in 30d

Description

### 事前準備
EC-CUBEのインストールを完了させておくこと

### プラグインの設置
```
cd ec-cube
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomer42.git
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomerSms42.git
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomerApp42.git
```
### プラグインのインストール
```
cd ec-cube
bin/console eccube:composer:require ec-cube/twofactorauthcustomer42 --from=./TwoFactorAuthCustomer42
bin/console eccube:composer:require ec-cube/twofactorauthcustomersms42 --from=./TwoFactorAuthCustomerSms42
bin/console eccube:composer:require ec-cube/twofactorauthcustomerapp42 --from=./TwoFactorAuthCustomerApp42
```

### プラグインの有効化
```
cd ec-cube
bin/console e:p:e --code TwoFactorAuthCustomer42
bin/console e:p:e --code TwoFactorAuthCustomerSms42
bin/console e:p:e --code TwoFactorAuthCustomerApp42
```

### トラブルシュート

インストール時に以下のようなエラーが出た場合は、https://github.com/EC-CUBE/ec-cube/pull/5843 を参照してください。
```
In PluginInstaller.php line 56:

Undefined index: id
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.