mcmatters/laravel-schedule-terminating

v1.3 2022-09-01 11:31 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:56 UTC


README

Installation

composer require mcmatters/laravel-schedule-terminating

If you don't use package discovering feature, then just include the service provider within your config/app.php file.

'providers' => [
    McMatters\LaravelScheduleTerminating\ServiceProvider::class,
]