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
+31
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,37 @@ public function boot()
181
181
182
182
With the above example, the `method` variable for every request will be set to "TEST".
183
183
184
+
### Querying Analytics Records
185
+
186
+
You can use the `AnalyticsRepository` to query data out of the analytics tables. If you need to build a custom query, you can use the `query()` method on the repository instance.
187
+
188
+
```php
189
+
public function loadAnalytics(AnalyticsRepository $analytics)
0 commit comments