We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
guest_mode
1 parent 257c87e commit d23d7d5Copy full SHA for d23d7d5
config/user-monitoring.php
@@ -93,6 +93,11 @@
93
* https://laravel.com/docs/scheduling
94
*/
95
'delete_days' => 0,
96
+
97
+ /*
98
+ * Determines whether to store `visits` even when the user is not logged in.
99
+ */
100
+ 'guest_mode' => true,
101
],
102
103
/*
@@ -126,6 +131,11 @@
126
131
* Common values are 'X-Forwarded-For' or 'X-Real-IP'.
127
132
128
133
'real_ip_header' => 'X-Forwarded-For',
134
135
136
+ * Determines whether to store `actions` even when the user is not logged in.
137
138
129
139
130
140
141
@@ -148,5 +158,10 @@
148
158
149
159
'on_login' => true,
150
160
'on_logout' => true,
161
162
163
+ * Determines whether to store `authentication` even when the user is not logged in.
164
165
151
166
152
167
];
0 commit comments