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
If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get real ip from specifc header like `X-Real-IP` or `X-Forwarded-For`:
388
+
If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get real IP from a specific header like `X-Real-IP` or `X-Forwarded-For`:
389
389
390
390
```php
391
391
/**
@@ -400,14 +400,14 @@ If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get
400
400
<aname="authentication-monitoring-views"></a>
401
401
### Authentication Monitoring Views
402
402
403
-
`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:
403
+
`Laravel-User-Monitoring` also has amazing views that you can use very easily, need to go to the `/user-monitoring/authentications-monitoring` URL, and enjoy:
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:
410
+
If you want to use `Laravel-User-Monitoring`for big projects, you have lots of ways, but I want to give some tips and ideas to help you:
411
411
412
412
> 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.
0 commit comments