Skip to content

Commit 3080cbc

Browse files
committed
Updated README and added Youtube Video
1 parent 3b4f6b3 commit 3080cbc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ The **Laravel Surveillance UI logs dashboard** can be accessed at: http://your.d
9595
### Customizing the route prefix
9696

9797
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.
99100

100101
```php
101102
/**
@@ -106,7 +107,9 @@ If you want to customize it then you can do so easily in the ```config/surveilla
106107

107108
### Customizing the route middleware
108109

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.
110113

111114
```php
112115
/**

0 commit comments

Comments
 (0)