Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 585d64d

Browse files
committed
Update readme.md
1 parent e9fa65c commit 585d64d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ You need to run the migrations for this package
2020

2121
$ php artisan migrate --package="barryvdh/laravel-async-queue"
2222

23+
Or publish them, so they are copied to your regular migrations
24+
25+
$ php artisan migrate:publish --package="barryvdh/laravel-async-queue"
26+
2327
You should now be able to use the async driver in config/queue.php
2428

2529
'default' => 'async',

0 commit comments

Comments
 (0)