Replies: 1 comment
-
Pulse is a package created with Livewire, so you can extend it as much as you want. For example, to only show queues: Create a new dashboard component artisan make:livewire Dashboards/Queues Register the component route Route::get('/pulse/queues', Dashboards\Queues::class); Include the cards in the view <x-pulse>
<livewire:pulse.queues cols="4" />
</x-pulse>
|
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 there,
Love the new Laravel Pulse package but I was wondering if there are any plans to allow multiple dashboards. We'd like to run pulse on several screens in our office but right now we have to scroll to a specific section on the dashboard itself so that every screen displays separate information.
Beta Was this translation helpful? Give feedback.
All reactions