Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T14:59:25.000Z (11 months ago)
- Last Synced: 2024-10-11T23:18:17.213Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 44
- 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.
![Screenshot of a Laravel Pulse card showing all scheduled tasks.](assets/screenshot.png)
## 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)The majority of the code has been taken from [here](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Console/Scheduling/ScheduleListCommand.php).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.