From b33ff1ea1dadef09681e3a8649cc0df9f1228ca6 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 21 Oct 2018 14:05:21 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57c126f..83f6f43 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ If you're using the database queue driver (`QUEUE_DRIVER=database` defined in `. ``` $ php artisan queue:table +$ php artisan migrate ``` If you're using Redis, make sure you've installed the Redis server and set `QUEUE_DRIVER=redis`.