Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Beyer committed Dec 5, 2017
1 parent 56fb109 commit 57cc8e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
Provides a single artisan command to run `schedule:run` as a daemon. Use this if, and only if you can guarantee that all your `schedule:run` executions will terminate in 60 seconds or less. This should be easy if you use `schedule:run` only to dispatch scheduled jobs to workers. Events might me dropped in case the runs take longer to finish.

## Installation
This package requires at least Laravel 5.5.
Install via composer:
```
composer require tback/scheduledaemon
```

Then add ServiceProvider to `config/app.php`:
Laravels package auto-discovery feature is supported, so nothing more to do.
You may add ServiceProvider manually by editing `config/app.php`:
```
...
$providers => [
Expand Down

0 comments on commit 57cc8e5

Please sign in to comment.