swissup / module-dynamic-base-url
Serve Magento via multiple base URLs. Useful for Ngrok, Expose, and similar services.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-30 09:06:37 UTC
README
DynamicBaseUrl - is a Magento2 module that allows browsing Magento store using
different base URLs without modifying base_url
values in database.
It's useful when you want to work with your Magento installation via Ngrok, Expose, or other tunnel application and also keep working local URLs:
- magento.test — Working local URL
- generated-url.ngrok-free.app — Working Ngrok URL
Installation
composer require swissup/module-dynamic-base-url bin/magento module:enable Swissup_DynamicBaseUrl