We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee74fed commit df34847Copy full SHA for df34847
config/middleware.php
@@ -13,12 +13,12 @@
13
new Plugin('route\match\host'),
14
new Plugin('route\match\path'),
15
new Plugin('route\match\method'),
16
+ new Plugin('route\match\authenticate'),
17
new Plugin('route\match\csrf\token'),
18
new Plugin('route\match\action'),
19
new Plugin('route\match\controller'),
20
new Plugin('route\match\middleware'),
21
new Plugin('route\match\wildcard'),
- new Plugin('route\match\authenticate')
22
]),
23
'web' => [
24
'web\context',
0 commit comments