Oct 12, 2016
0
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 .
Please or to participate in this conversation.