mezie's avatar
Level 8

How Do I Configure Wildcard Subdomain Routing in Homestead

Am trying to implement a wildcard subdomain routing in my app. I have done the routing in my routes file.

Route::group(['domain' => '{school}.myapp.dev'], function() {
    return $school;
});

But am currently stuck on how to configure Homestead to make use of this wildcard subdomains .

0 likes
0 replies

Please or to participate in this conversation.