Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/laravel-schedule-terminating


https://github.com/mcmatters/laravel-schedule-terminating

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Laravel Schedule Terminating Command

### Installation

```bash
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.

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