Laravel Pulse card that list all scheduled tasks.
hosmelq/laravel-pulse-schedule is a Laravel package for laravel pulse card that list all scheduled tasks..
It currently has 63 GitHub stars and 500.365 downloads on Packagist (latest version v1.1.0).
Install it with composer require hosmelq/laravel-pulse-schedule.
Discover more Laravel packages by hosmelq
or browse all Laravel packages to compare alternatives.
Last updated
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 MIT License (MIT). Please see License File for more information.