EC-CUBE / EC-CUBE/TwoFactorAuthCustomer42
プラグインのセットアップ手順
- 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.