You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
5
5
The only difference is that the closure is sent to the background without waiting for the response.
6
6
7
-
Note: Alpha release, only tested on Linux, should also work on Windows
7
+
> **Note:** If you are coming from 0.1.0 (or dev-master), you will need to run the migrations, since the new versions uses a database to store the queue.
8
8
9
9
### Install
10
10
Add the package to the require section of your composer.json and run `composer update`
@@ -14,9 +14,12 @@ Add the package to the require section of your composer.json and run `composer u
14
14
Add the Service Provider to the providers array in config/app.php
15
15
16
16
'Barryvdh\Queue\AsyncServiceProvider',
17
+
18
+
You need to run the migrations for this package
17
19
18
-
You should now be able to use the async driver in config/queue.php
0 commit comments