Download the PHP package magemontreal/module-pwaredirect without Composer
On this page you can find all versions of the php package magemontreal/module-pwaredirect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download magemontreal/module-pwaredirect
More information about magemontreal/module-pwaredirect
Files in magemontreal/module-pwaredirect
Download magemontreal/module-pwaredirect
More information about magemontreal/module-pwaredirect
Files in magemontreal/module-pwaredirect
Vendor magemontreal
Package module-pwaredirect
Short Description Redirect all the frontend access to backend pwa magento
License GPL-3.0
Package module-pwaredirect
Short Description Redirect all the frontend access to backend pwa magento
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package module-pwaredirect
MageMontreal PwaRedirect
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
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.
All versions of module-pwaredirect with dependencies
PHP Build Version
Package Version
Requires
magemontreal/module-core Version
^1.0
The package magemontreal/module-pwaredirect contains the following files
Loading the files please wait ....