Skip to content

Commit 42bc2dd

Browse files
committed
Updated README
1 parent 191ba39 commit 42bc2dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ php artisan surveillance:remove ip 192.5.4.3
153153

154154
#### You can use the 'surveillance' middleware on any route or route group just like any other middleware.
155155

156+
### _NOTE: The middleware looks for the browser fingerprint in the header name as set in the `fingerprint-header-key` inside `config/surveillance.php`_
157+
156158
```php
157159
Route::middleware(["surveillance"])->get('/', function () {
158160

0 commit comments

Comments
 (0)