swissup / module-dynamic-base-url
通过多个基本URL来提供服务Magento。对于Ngrok、Expose和类似服务很有用。
1.0.0
2024-07-29 08:12 UTC
This package is auto-updated.
Last update: 2024-08-30 08:20:12 UTC
README
DynamicBaseUrl是一个允许使用不同的基本URL浏览Magento商店而不需要修改数据库中base_url
值的Magento2模块。
当你想通过Ngrok、Expose或其他隧道应用程序工作并与你的Magento安装一起保持工作本地URL时,它非常有用。
- magento.test — 工作本地URL
- generated-url.ngrok-free.app — 工作Ngrok URL
安装
composer require swissup/module-dynamic-base-url bin/magento module:enable Swissup_DynamicBaseUrl