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
2. Add these properties to `.env` with proper values:
16
18
@@ -25,8 +27,6 @@ RABBITMQ_PASSWORD=guest
25
27
RABBITMQ_QUEUE=queue_name
26
28
```
27
29
28
-
You can also find full examples in src/examples folder.
29
-
30
30
#### Usage
31
31
32
32
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