swissup/module-dynamic-base-url

Serve Magento via multiple base URLs. Useful for Ngrok, Expose, and similar services.

1.0.0 2024-07-29 08:12 UTC

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