magemontreal/module-pwaredirect

Redirect all the frontend access to backend pwa magento

Installs: 1 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

1.1.0 2021-12-10 16:19 UTC

This package is auto-updated.

Last update: 2025-04-10 23:20:00 UTC


README

Main Functionalities

This module redirect any customer access to the default theme of the Magento backend installation, if you are using headless pwa, you do not want to any customer happens to access the backend Magento installation.

Installation

composer require magemontreal/module-pwaredirect

Via Composer

  • Install the module composer by running composer require magemontreal/module-pwaredirect
  • enable the module by running php bin/magento module:enable MageMontreal_PwaRedirect
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Or Zip file

  • Download the module's zip file.
  • Unzip the zip file in app/code/MageMontreal
  • Enable the module by running php bin/magento module:enable MageMontreal_PwaRedirect
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Module Enabled (pwaredirect/config/is_enabled)
  • PWA URL (pwaredirect/config/redirect_url) - URL of your PWA store front

License

This project is released under the GNU license.

Copyright © 2021-present. MageMontreal.