File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
return [
6
6
'guard ' => 'web ' ,
7
+ 'middleware ' => ['web ' ],
7
8
'passwords ' => 'users ' ,
8
9
'username ' => 'email ' ,
9
10
'email ' => 'email ' ,
Original file line number Diff line number Diff line change 18
18
19
19
'guard ' => 'web ' ,
20
20
21
+ /*
22
+ |--------------------------------------------------------------------------
23
+ | Fortify Routes Middleware
24
+ |--------------------------------------------------------------------------
25
+ |
26
+ | Here you may specify which middleware Fortify will use while processing
27
+ | the requested route. This configured value must be an array. You may
28
+ | change the middleware listed below as required.
29
+ |
30
+ */
31
+
32
+ 'middleware ' => ['web ' ],
33
+
21
34
/*
22
35
|--------------------------------------------------------------------------
23
36
| Fortify Password Broker
You can’t perform that action at this time.
0 commit comments