\App\Http\Middleware\AdminAuth

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
check()
No protected properties found
N/A
No private methods found
$without
N/A

Properties

$without

$without : 

Type

Methods

__construct()

__construct() 

handle()

handle(\Illuminate\Http\Request  $request, \Closure  $next) : mixed

Handle an incoming request.

Parameters

\Illuminate\Http\Request $request
\Closure $next

Returns

mixed

check()

check(\App\Http\Middleware\Admin\[type]  $url) : \App\Http\Middleware\Admin\[type]

路由是否需要权限检查

Parameters

\App\Http\Middleware\Admin\[type] $url

[description]

Returns

\App\Http\Middleware\Admin\[type] —

[description]