How to access domain-specific routes on a local development environment?

后端 未结 0 608
我寻月下人不归
我寻月下人不归 2020-12-09 19:19

In web.php I have something like this, along with the usual routes.

Route::group([\'domain\' => \'sub.example.com\'], function () {
    Route:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题