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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,19 +214,24 @@ When you want to monitor all views of your application, you must follow below:
214
214
1. Publish the [Migrations](#publish)
215
215
216
216
2. Use `VisitMonitoringMiddleware` in Kernel.php, you can go to the `App/Http` folder and open the `Kernel.php` file and add `VisitMonitoringMiddleware` into your middleware for example:
217
+
217
218
```php
219
+
use Binafy\LaravelUserMonitoring\Middlewares\VisitMonitoringMiddleware;
0 commit comments