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
@@ -97,7 +97,7 @@ After publishing, run the `php artisan migrate` command.
97
97
<aname="usage"></a>
98
98
## Usage
99
99
100
-
The `Laravel-User-Monitoring`, need to use middleware, traits, etc ... and it's not hard, enjoys :)
100
+
The `Laravel-User-Monitoring`, needs to use middleware, traits, etc ... and it's not hard, enjoys :)
101
101
102
102
<aname="configuration"></a>
103
103
## Configuration
@@ -177,7 +177,7 @@ You can config your user with the `user-monitoring.php` configuration file:
177
177
-`table`: You can write your users table name if is not `users.
178
178
-`guards`: The guards are used to authenticate.
179
179
-`foreign_key_type`: The foreign key type (uuid-ulid-id).
180
-
-`display_attribute`: The special attribute of user that you want to show in views.
180
+
-`display_attribute`: The special attribute of the user that you want to show in views.
181
181
182
182
<aname="foreign-key-type-uuid-ulid-id"></a>
183
183
### Foreign Key Type (UUID, ULID, ID)
@@ -288,7 +288,7 @@ You can change `hourly` to `minute` or `second`, for more information you can re
288
288
<aname="turn-on-off"></a>
289
289
### Turn ON-OFF
290
290
291
-
Maybe you want to turn off visit monitoring for somedays or always, you can use configuration to turn it off:
291
+
Maybe you want to turn off visit monitoring for some or always, you can use configuration to turn it off:
292
292
293
293
```php
294
294
'visit_monitoring' => [
@@ -307,7 +307,7 @@ Maybe you want to turn off visit monitoring for somedays or always, you can use
307
307
<aname="visit-monitoring-views"></a>
308
308
### Visit Monitoring Views
309
309
310
-
Laravel-User-Monitoring also has an amazing views that you can use it very easy, just need to go to `/user-monitoring/visits-monitoring`url, and enjoy:
310
+
The `Laravel-User-Monitoring` also has amazing views that you can use very easily, just need to go to the `/user-monitoring/visits-monitoring`URL, and enjoy:
@@ -453,7 +453,7 @@ If you discover any security-related issues, please email `[email protected]` i
453
453
<aname="chanelog"></a>
454
454
## Changelog
455
455
456
-
The changelog can be found in the `CHANGELOG.md` file of the GitHub repository. It lists the changes, bug fixes, and improvements made to each version of the Laravel User Monitoring package.
456
+
The changelog can be found in the `CHANGELOG.md` file of the GitHub repository. It lists the changes, bug fixes, and improvements made to each Laravel User Monitoring package version.
457
457
458
458
<aname="license"></a>
459
459
## License
@@ -468,7 +468,7 @@ The MIT License (MIT). Please see [License File](https://github.com/binafy/larav
468
468
<aname="conclusion"></a>
469
469
## Conclusion
470
470
471
-
Congratulations! You have successfully installed and integrated the Laravel User Monitoring package into your Laravel application. By effectively logging and analyzing user activity, you can gain valuable insights that can help you improve your application's user experience and performance. If you have any questions or need further assistance, please refer to the documentation or seek help from the package's GitHub repository. Happy monitoring!
471
+
Congratulations! You have successfully installed and integrated the Laravel User Monitoring package into your Laravel application. By effectively logging and analyzing user activity, you can gain valuable insights that can help you improve your application's user experience and performance. If you have any questions or need any more help, please refer to the documentation or ask for help from the package's GitHub repository. Happy monitoring!
0 commit comments