| Package Data | |
|---|---|
| Maintainer Username: | hosmelq |
| Maintainer Contact: | hosmelq@gmail.com (Hosmel Quintana) |
| Package Create Date: | 2023-12-07 |
| Package Last Update: | 2025-02-25 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:10:26 |
| Package Statistics | |
|---|---|
| Total Downloads: | 316,373 |
| Monthly Downloads: | 23,822 |
| Daily Downloads: | 1,271 |
| Total Stars: | 60 |
| Total Watchers: | 2 |
| Total Forks: | 2 |
| Total Open Issues: | 3 |
Laravel Pulse card that list all scheduled tasks.

You can install the package via composer:
composer require hosmelq/laravel-pulse-schedule
To add the card to the Pulse dashboard, you must first publish the dashboard view.
php artisan vendor:publish --tag=pulse-dashboard
You can now add the card.
<x-pulse>
...
<livewire:pulse.schedule cols="8" />
...
</x-pulse>
The majority of the code has been taken from here.
The MIT License (MIT). Please see License File for more information.