Shopware 6 #1191
Unanswered
carstenjaksch
asked this question in
Q&A
Shopware 6
#1191
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to massive issues with Devenv (Shopware's "official" development environment), I am looking for alternatives.
Since I already use Laravel Herd, I would like to use that. Shopware 6 is basically a PHP application and it works fine so far – I can access the admin panel.
However, Shopware 6 has a plugin store with paid plugins and it enforces the instance to run on the same domain as the live environment. Additionally, every sales channel runs on a custom domain, so I need to access the installation from multiple domains.
For Devenv, I have
/etc/hosts
entries that don't seem to work here. For example:shopware.test shopware.live.domain
does not work. I suppose the hosts file does only accept IPs as the first block?I would appreciate any help – maybe it's just a small misconfig.
This is the driver I am using:
Beta Was this translation helpful? Give feedback.
All reactions