Replies: 2 comments
-
never mind php artisan pulse:check was the answer |
Beta Was this translation helpful? Give feedback.
0 replies
-
What package/card do you use to show reverb statuses? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I recently installed Laravel Reverb and Pulse.
I added:
<livewire:reverb.connections cols="6" />
<livewire:reverb.messages cols="6" />
To the pulse view and in the config for pulse:
'recorders' => [
ReverbConnections::class => [
'sample_rate' => 1,
],
]
Reverb is working correctly and i see a realtime graph for messages. However connections stays empty.
Does anyone know why?
Beta Was this translation helpful? Give feedback.
All reactions