Skip to content

Commit 1439bc7

Browse files
committed
Update readme.md
1 parent c49c3f0 commit 1439bc7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ Add the Service Provider to the providers array in config/app.php
1818

1919
'Barryvdh\Queue\AsyncServiceProvider',
2020

21-
You need to run the migrations for this package
21+
You need to create the migration table for queues and run it.
2222

23-
$ php artisan migrate --package="barryvdh/laravel-async-queue"
24-
25-
Or publish them, so they are copied to your regular migrations
26-
27-
$ php artisan migrate:publish barryvdh/laravel-async-queue
23+
$ php artisan queue:table
24+
$ php artisan migrate
2825

2926
You should now be able to use the async driver in config/queue.php
3027

0 commit comments

Comments
 (0)