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
@@ -125,6 +126,24 @@ First, you need go to `user-monitoring` config file and highlighting the days th
125
126
126
127
After, you need to use [Task Scheduling](https://laravel.com/docs/10.x/scheduling) to fire related command, so go to `app/Console/Kernel.php` and do like this:
127
128
129
+
<aname="turn-on-off"></a>
130
+
### Turn ON-OFF
131
+
132
+
Maybe you want to turn off visit monitoring for somedays or always, you can use configuration to turn off:
133
+
134
+
```php
135
+
'visit_monitoring' => [
136
+
...
137
+
138
+
/*
139
+
* If you want to disable visit monitoring, you can change it to false.
0 commit comments