Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d523c51 commit 8afba65Copy full SHA for 8afba65
readme.md
@@ -12,11 +12,11 @@ This package is more usable as an alternative for running incidental tasks in th
12
13
Require the latest version of this package with Composer
14
15
- composer require barryvdh/laravel-async-queue:"0.4.x@dev"
+ composer require barryvdh/laravel-async-queue:"0.4.x"
16
17
Add the Service Provider to the providers array in config/app.php
18
19
- 'Barryvdh\Queue\AsyncServiceProvider',
+ Barryvdh\Queue\AsyncServiceProvider::class,
20
21
You need to create the migration table for queues and run it.
22
0 commit comments