- 写在控制器中
$this->middleware('front.auth', [
'except' => [
'getLogin' # 这里是方法名称, 需要写完整
]
]);
-
写在 路由中
-
写在 中间件的
$except
中
$this->middleware('front.auth', [
'except' => [
'getLogin' # 这里是方法名称, 需要写完整
]
]);
写在 路由中
写在 中间件的 $except
中
本文标题:Middleware 中间件的使用
本文链接:https://www.haomeiwen.com/subject/aycxhttx.html
网友评论