hosmelq / laravel-pulse-schedule
Laravel Pulse card that list all scheduled tasks.
Installs: 132 542
Dependents: 1
Suggesters: 0
Security: 0
Stars: 49
Watchers: 1
Forks: 3
Open Issues: 3
Requires
- php: ^8.1
- laravel/framework: ^10.21|^11.0
- laravel/pulse: ^1.0@beta
- thecodingmachine/safe: ^2.5
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.10
- orchestra/testbench: ^8.17
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan-deprecation-rules: ^1.1
- rector/rector: ^1.0
- spaze/phpstan-disallowed-calls: ^3.1
- thecodingmachine/phpstan-safe-rule: ^1.2
README
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
The majority of the code has been taken from here.
License
The MIT License (MIT). Please see License File for more information.