Skip to content

Keijsan/magento-2-apple-login

Repository files navigation

Magento2 Apple Login

Latest Stable Version Total Downloads

Extension Apple Login

Let users register and sign in with one click with a Apple ID and make everything easy and friendly

Compatibility

Magento CE 2.4.x

Install

Manual Installation

  1. Create a folder {Magento root}/app/code/Keij/AppleLogin

  2. Download the corresponding latest version

  3. Copy the unzip content to the folder ({Magento root}/app/code/Keij/AppleLogin)

Using composer

composer require keij/module-apple-login

Completion of installation

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)

Configuration

About guide for setup sign in with apple with developer. You can check this in here

Keij Apple Login Configuration

Sign in with apple

Uninstall

Remove database data and schema

  1. Go to Magento2 root folder

  2. Enter following commands to remove database data and schema:

    php bin/magento module:uninstall -r Keij_AppleLogin

Completion of uninstall

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)