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.
1 parent e9c6088 commit a67d838Copy full SHA for a67d838
README.md
@@ -18,7 +18,7 @@ A Laravel package for real-time monitoring of queues with stats on processing ti
18
```
19
2. Publish the configuration, views, and migrations:
20
```bash
21
- php artisan vendor:publish --provider="MattYeend\QueueMonitor\QueueMonitorServiceProvider"
+ php artisan vendor:publish --provider="MattYeend\QueueMonitoring\QueueMonitoringServiceProvider"
22
23
3. Run the migrations to create the necessary database table:
24
0 commit comments