Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmatters/laravel-schedule-terminating
https://github.com/mcmatters/laravel-schedule-terminating
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/laravel-schedule-terminating
- Owner: MCMatters
- Created: 2018-08-13T07:46:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T11:32:12.000Z (over 2 years ago)
- Last Synced: 2024-04-26T20:46:50.539Z (9 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,
]
```