hosmelq / laravel-pulse-schedule by hosmelq

Laravel Pulse card that list all scheduled tasks.
33,321
39
1
Package Data
Maintainer Username: hosmelq
Maintainer Contact: hosmelq@gmail.com (Hosmel Quintana)
Package Create Date: 2023-12-07
Package Last Update: 2024-02-17
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-28 03:00:04
Package Statistics
Total Downloads: 33,321
Monthly Downloads: 6,964
Daily Downloads: 36
Total Stars: 39
Total Watchers: 1
Total Forks: 3
Total Open Issues: 2

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.