Skip to content

Commit 7a3fc4b

Browse files
committed
Update README.md
1 parent f0f14ad commit 7a3fc4b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,24 +126,6 @@ First, you need go to `user-monitoring` config file and highlighting the days th
126126

127127
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:
128128

129-
<a name="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.
140-
*/
141-
'turn_on' => true,
142-
143-
...
144-
]
145-
```
146-
147129
```php
148130
<?php
149131

@@ -166,6 +148,24 @@ class Kernel extends ConsoleKernel
166148

167149
You can change `hourly` to `minute` or `second`, for more information you can read [Schedule Frequency Options](https://laravel.com/docs/10.x/scheduling#schedule-frequency-options).
168150

151+
<a name="turn-on-off"></a>
152+
### Turn ON-OFF
153+
154+
Maybe you want to turn off visit monitoring for somedays or always, you can use configuration to turn off:
155+
156+
```php
157+
'visit_monitoring' => [
158+
...
159+
160+
/*
161+
* If you want to disable visit monitoring, you can change it to false.
162+
*/
163+
'turn_on' => true,
164+
165+
...
166+
]
167+
```
168+
169169
<a name="action-monitoring"></a>
170170
## Action Monitoring
171171

0 commit comments

Comments
 (0)