-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
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
トラブルシュート
インストール時に以下のようなエラーが出た場合は、EC-CUBE/ec-cube#5843 を参照してください。
In PluginInstaller.php line 56:
Undefined index: id
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation