Browse Source
Merge branch 'master' of github.com:aaronpk/Compass
pull/34/head
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
0 deletions
-
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`. |
|
|
|