We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731510 commit cc219d0Copy full SHA for cc219d0
README.md
@@ -28,9 +28,9 @@ You can install this package via composer using this command:
28
composer require vladimir-yuldashev/laravel-queue-rabbitmq
29
```
30
31
-The package will automatically register itself using Laravel auto-discovery.
+The package will automatically register itself.
32
33
-Setup connection in `config/queue.php`
+Add connection to `config/queue.php`:
34
35
```php
36
'connections' => [
0 commit comments