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-12-17 03:10:15 |
Package Statistics | |
---|---|
Total Downloads: | 130,888 |
Monthly Downloads: | 13,756 |
Daily Downloads: | 624 |
Total Stars: | 49 |
Total Watchers: | 1 |
Total Forks: | 3 |
Total Open Issues: | 3 |
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.