1

将 Laravel 版本从 6.0 更新到 8.0 后,推送使用的中间件$router->pushMiddlewareToGroup无法正常工作。

//add language middleware to the web group
    $router->pushMiddleWareToGroup('web',Language::class);
4

0 回答 0