[Feature Request]: #190
Replies: 3 comments 3 replies
-
I would like to know this as well. Currently I used this "composer create-project laravel/laravel api.domain" and to navigate to the site i use https://api.domain.test. But I don't know if this the correct approach and if it infact acts as a subdomain. |
Beta Was this translation helpful? Give feedback.
-
Seen several questions querying the same thing, on windows we have use of acrylic DNS which enables / allows us to use wildcard domains for localhost - 127.0.0.1 *.domain.test however this is not available in herd - each subdomain has to be added manually to the hosts file - for testing / creating a multi-tenant application with multiple databases accessed via subdomains this isn't a great solution - does anyone have knowledge how to get Herd working with acrylic DNS server? please |
Beta Was this translation helpful? Give feedback.
-
Hopefully this will help - diagnosed the issue using acrylic DNS - the wildcard *.domain.test was not hitting the acrylic DNS server my windows wifi adapter was sending it via the router first which caused failure. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
How to work with subdomain in laravel?
Is this feature valuable for other users as well and why?
No response
Beta Was this translation helpful? Give feedback.
All reactions