abyssgoing/task-scheduling

Task scheduling for Laravel admin

v1.0.2 2023-11-20 03:47 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:55 UTC


README

Use composer to install this extension to your Laravel admin project:

composer require abyssgoing/task-scheduling

Publish Resources

php artisan vendor:publish --provider="Encore\Admin\TaskScheduling\Providers\TaskScheduleServiceProvider"

Run the migration

php artisan migrate:migrate --path=vendor/abyssgoing/task-scheduling/database/migrations

Refresh the migration

php artisan migrate:refresh --path=vendor/abyssgoing/task-scheduling/database/migrations

Screenshots

Task List

Task List

Task Detail

Task Detail

License

This software is released under the MIT License.