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
Copy file name to clipboardExpand all lines: readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Laravel 4 Async Queue Driver
2
+
2
3
## Push a function/closure to the background.
3
4
4
5
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
@@ -8,14 +9,15 @@ This package is more usable as an alternative for running incidental tasks in th
8
9
> **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.
9
10
10
11
### Install
12
+
11
13
Add the package to the require section of your composer.json and run `composer update`
12
14
13
15
"barryvdh/laravel-async-queue": "0.2.x"
14
16
15
17
Add the Service Provider to the providers array in config/app.php
0 commit comments