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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,15 +290,15 @@ If you want to disable some actions like created, you can use the config file:
290
290
<aname="action-monitoring-views"></a>
291
291
### Action Monitoring Views
292
292
293
-
`Laravel-User-Monitoring` also has an amazing views that you can use it very easy, just need to go to `/user-monitoring/actions-monitoring`url, and enjoy:
293
+
`Laravel-User-Monitoring` also has amazing views that you can use very easily, just need to go to the `/user-monitoring/actions-monitoring`URL, and enjoy:
Have you ever thought about monitoring the entry and exit of users of your application? Now you can :) <br>
301
-
If you want to monitor users when login or logout of your application, you need to migrate the migrations and go to the config file and change true for monitoring authentication.
301
+
If you want to monitor users when logging in or logout of your application, you need to migrate the migrations to the config file and change true for monitoring authentication.
302
302
303
303
```php
304
304
'authentication_monitoring' => [
@@ -315,24 +315,24 @@ If you want to monitor users when login or logout of your application, you need
315
315
<aname="authentication-monitoring-views"></a>
316
316
### Authentication Monitoring Views
317
317
318
-
`Laravel-User-Monitoring` also has an amazing views that you can use it very easy, just need to go to `/user-monitoring/authentications-monitoring`url, and enjoy:
318
+
`Laravel-User-Monitoring` also has amazing views that you can use very easily, just need to go to the `/user-monitoring/authentications-monitoring`URL, and enjoy:
If you want to use the `Laravel-User-Monitoring` is big projects, you have lots of way, but I want to say some tips and idea to help you:
325
+
If you want to use `Laravel-User-Monitoring` is big projects, you have lots of ways, but I want to give some tips and ideas to help you:
326
326
327
327
> If you have an idea for this section you can create [PRs](https://github.com/binafy/laravel-user-monitoring/pulls) or [issues](https://github.com/binafy/laravel-user-monitoring/issues) to help us.
328
328
329
329
1. You can use this package with [Cache](https://laravel.com/docs/10.x/cache)
330
-
2. You can make a seperate DB and connect to your project to seperate monitoring and application.
330
+
2. You can make a separate DB and connect to your project to separate monitoring and application.
331
331
332
332
<aname="contributors"></a>
333
333
## Contributors
334
334
335
-
Thanks to all the people who contribute. [Contributors](https://github.com/binafy/laravel-user-monitoring/graphs/contributors).
335
+
Thanks to all the people who contributed. [Contributors](https://github.com/binafy/laravel-user-monitoring/graphs/contributors).
0 commit comments