From 57cc8e5e2d11df9cac036e672fcf495a834580fa Mon Sep 17 00:00:00 2001 From: Tom Beyer Date: Tue, 5 Dec 2017 18:10:28 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99e4ba..229009c 100644 --- a/README.md +++ b/README.md @@ -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 => [