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`.