Skip to content

Commit 5dc6683

Browse files
authored
Merge pull request vyuldashev#222 from nifrasismail/master
README.md update for lumen changes
2 parents 786a67f + 7da09be commit 5dc6683

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Setup connection in `config/queue.php`
120120
],
121121
```
122122

123+
## Lumen Usage
124+
125+
For lumen usage the service provider should be registered manually as follow in bootstrap/app.php
126+
```
127+
$app->register(VladimirYuldashev\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServiceProvider::class);
128+
```
129+
123130
## Usage
124131

125132
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

Comments
 (0)