Route::group(['domain' => 'x.m.abc.com'], function () {
Route::get('/',function(){return "welcome";});
});
Browse x.m.abc.com Show Sorry, the page you are looking for could not be found. Error
Solution! ! !
phpcn_u15822017-05-16 16:52:18
There is no problem when testing on Laravel 5.3. Your host configuration is correct.