Skip to content

Commit 480d813

Browse files
committed
add How to use in big projects in readme
1 parent a81e9b4 commit 480d813

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- [Views](#action-monitoring-views)
2222
- [Authentication Monitoring](#authentication-monitoring)
2323
- [Views](#authentication-monitoring-views)
24+
- [How to use in big projects](#how-to-use-in-big-projects)
2425
- [Contributors](#contributors)
2526
- [Security](#security)
2627
- [Changelog](#changelog)
@@ -318,6 +319,15 @@ If you want to monitor users when login or logout of your application, you need
318319

319320
![Authentication Monitoring Preview](/art/authentications-monitoring/preview.png "Authentication Monitoring")
320321

322+
<a name="how-to-use-in-big-projects"></a>
323+
## How to use in big projects
324+
325+
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:
326+
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+
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.
321331

322332
<a name="contributors"></a>
323333
## Contributors

0 commit comments

Comments
 (0)