Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
milwad-dev committed Jan 10, 2024
1 parent decea9c commit 8dba319
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@
- [Delete Visit Monitoring Records By Specific Days](#delete-visit-monitoring-records-by-specific-days)
- [Turn ON-OFF](#turn-on-off)
- [Views](#visit-monitoring-views)
- [Ajax Requests](#ajax-requests)
- [Action Monitoring](#action-monitoring)
- [Views](#action-monitoring-views)
- [Authentication Monitoring](#authentication-monitoring)
@@ -289,6 +290,26 @@ Laravel-User-Monitoring also has an amazing views that you can use it very easy,

![Visit Monitoring Preview](/art/visits-monitoring/preview.png "Visit Monitoring")

<a name="ajax-requests"></a>
### Ajax Requests

Maybe you may disable record visits for `Ajax` requests, you can use config to disable it:

```php
'visit_monitoring' => [
...

/*
* If you want to disable visit monitoring in Ajax mode, set it to false.
*/
'ajax_requests' => true,

...
],
```

When set to false, Ajax requests will not be recorded.

<a name="action-monitoring"></a>
## Action Monitoring

0 comments on commit 8dba319

Please sign in to comment.