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 Sep 3, 2020. It is now read-only.
And add these properties to `.env` with proper values:
45
+
46
+
RABBITMQ_HOST=127.0.0.1
47
+
RABBITMQ_PORT=5672
48
+
RABBITMQ_VHOST=/
49
+
RABBITMQ_LOGIN=guest
50
+
RABBITMQ_PASSWORD=guest
51
+
RABBITMQ_QUEUE=invoices
52
+
53
+
You can also find full examples in src/examples folder.
55
54
56
55
####Usage
57
56
Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues
0 commit comments