File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ The package provides a comprehensive REST API for accessing analytics data:
150150- ` GET /api/v1/analytics/overview ` - Get analytics overview with summary and charts
151151- ` GET /api/v1/analytics/visitors ` - Get paginated visitor data
152152- ` GET /api/v1/analytics/page-views ` - Get paginated page view data
153- - ` POST /api/v1/analytics/export ` - Export analytics data to CSV or JSON
154153
155154### API Authentication
156155
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ public function configurePackage(Package $package): void
2626 ->hasConfigFile ()
2727 ->hasViews ()
2828 ->hasRoute ('web ' )
29+ ->hasRoute ('api ' )
2930 ->hasAssets ()
3031 ->hasMigration ('create_request_analytics_table ' )
3132 ->hasCommand (RequestAnalyticsCommand::class);
You can’t perform that action at this time.
0 commit comments