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.