Looking to hire Laravel developers? Try LaraJobs

laravel-pulse-schedule maintained by dmitry_buzz

Description
Laravel Pulse card that list all scheduled tasks.
Last update
2025/08/15 14:39 (dev-main)
License
Links
Downloads
324

Comments
comments powered by Disqus

Laravel Pulse - Schedule

Laravel Pulse card that list 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

License

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