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 => [