You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,8 @@ The **Laravel Surveillance UI logs dashboard** can be accessed at: http://your.d
95
95
### Customizing the route prefix
96
96
97
97
By default ```surveillance/ui``` route prefix is appended to the package's routes.
98
-
If you want to customize it then you can do so easily in the ```config/surveillance-ui.php``` file's file's _**prefix**_ key as shown below.
98
+
99
+
If you want to customize it then you can do so easily in the ```config/surveillance-ui.php``` file's _**prefix**_ key as shown below.
99
100
100
101
```php
101
102
/**
@@ -106,7 +107,9 @@ If you want to customize it then you can do so easily in the ```config/surveilla
106
107
107
108
### Customizing the route middleware
108
109
109
-
By default ```web``` middleware is added to the package's routes. If you want to add more middlewares like ```auth``` or something else, then you can add them easily in the ```config/surveillance-ui.php``` file's _**middleware**_ key as shown below.
110
+
By default ```web``` middleware is added to the package's routes.
111
+
112
+
If you want to add more middlewares like ```auth``` or something else, then you can add them easily in the ```config/surveillance-ui.php``` file's _**middleware**_ key as shown below.
0 commit comments