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
For the fastest installation, use the interactive `setup` command. It handles all the boilerplate configuration in one step. **(This method is the recommended way to get started and replaces the manual steps outlined below)**
37
+
This interactive installer will:
38
+
- Welcome you with helpful information about the package
39
+
- Automatically publish configuration files, assets, and views
40
+
- Publish and optionally run database migrations
41
+
- Optionally prompt you to star our GitHub repository
42
+
- Provide next steps and dashboard access information
36
43
37
-
```bash
38
-
php artisan laravel-request-analytics:setup
39
-
```
44
+
After running the installer, your analytics dashboard will be ready at `/analytics`!
40
45
41
-
This single command publishes the necessary configuration, assets, and migration files. It will then interactively prompt you to run the database migrations, providing a safe option that only affects this package's tables.
46
+
### Manual Setup (Advanced)
42
47
43
-
### Manual Setup
48
+
For users who prefer manual control over the installation process or need custom configurations:
44
49
45
50
#### Database Setup
46
51
@@ -140,6 +145,21 @@ Optionally, publish the views for customization:
0 commit comments