hosmelq / laravel-pulse-schedule by hosmelq

Laravel Pulse card that list all scheduled tasks.
182,207
53
1
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-04-08 15:10:18
Package Statistics
Total Downloads: 182,207
Monthly Downloads: 15,239
Daily Downloads: 651
Total Stars: 53
Total Watchers: 1
Total Forks: 2
Total Open Issues: 3

Laravel Pulse - Schedule

Laravel Pulse card that list all scheduled tasks.

Screenshot of a Laravel Pulse card showing all scheduled tasks.

Installation

You can install the package via composer:

composer require hosmelq/laravel-pulse-schedule

Usage

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>

Credits

The majority of the code has been taken from here.

License

The MIT License (MIT). Please see License File for more information.