https://github.com/hosmelq/laravel-pulse-schedule
Laravel Pulse card that list all scheduled tasks.
https://github.com/hosmelq/laravel-pulse-schedule
Last synced: 3 months ago
JSON representation
Laravel Pulse card that list all scheduled tasks.
- Host: GitHub
- URL: https://github.com/hosmelq/laravel-pulse-schedule
- Owner: hosmelq
- License: mit
- Created: 2023-12-07T19:51:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T15:12:37.000Z (4 months ago)
- Last Synced: 2025-03-29T02:02:09.459Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 53
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Pulse - Schedule
Laravel Pulse card that list all scheduled tasks.

## Installation
You can install the package via composer:
```sh
composer require hosmelq/laravel-pulse-schedule
```## Usage
To add the card to the Pulse dashboard, you must first [publish](https://laravel.com/docs/10.x/pulse#dashboard-customization) the dashboard view.
```sh
php artisan vendor:publish --tag=pulse-dashboard
```You can now add the card.
```html
...
...
```
## Credits
- [Hosmel Quintana](https://github.com/hosmelq)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.