Added the support for generating docs from template doc
This commit is contained in:
+4
-1
@@ -17,7 +17,10 @@
|
||||
\Illuminate\Http\Middleware\AddLinkHeadersForPreloadedAssets::class,
|
||||
]);
|
||||
|
||||
//
|
||||
$middleware->alias([
|
||||
'role' => \App\Http\Middleware\EnsureRole::class,
|
||||
'permission' => \App\Http\Middleware\EnsurePermission::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user