swissup / module-dynamic-base-url
Serve Magento via multiple base URLs. Useful for Ngrok, Expose, and similar services.
Package info
github.com/swissup/module-dynamic-base-url
Type:magento2-module
pkg:composer/swissup/module-dynamic-base-url
1.0.2
2026-07-29 14:10 UTC
This package is auto-updated.
Last update: 2026-07-29 14:11:26 UTC
README
DynamicBaseUrl - is a Magento2 module that allows browsing Magento store using
different base URLs, or your IP address without modifying base_url
values in the database.
It's useful when you want to work with your local Magento installation via Ngrok, Expose, or other tunnel application and also keep working local URLs:
- magento.test — Working local URL
- 192.168.1.x — Working local URL. Useful for mobile devices on the same network
- generated-url.ngrok-free.app — Working Ngrok URL
Installation
composer require swissup/module-dynamic-base-url bin/magento module:enable Swissup_DynamicBaseUrl