Skip to content

Commit bde332f

Browse files
committed
Update readme
* Remove Laravel's QueueServiceProvider * Update link to license
1 parent 640f161 commit bde332f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ After adding the package, add the ServiceProvider to the providers array in `con
2121
Fulfillment\TriagedQueues\TriagedQueueServiceProvider::class,
2222
```
2323

24+
and remove Laravel's `QueueServiceProvider` if present in `config/app.php`
25+
26+
```php
27+
'Illuminate\Queue\QueueSeverProvider'
28+
```
29+
2430
## Supported Drivers
2531

2632
Currently only the `beanstalkd` driver is supported. PRs for additional drivers are welcome.
@@ -85,4 +91,4 @@ Then make a PR and I will happily accept it :)
8591

8692
## License
8793

88-
This package is licensed under the [MIT license](https://github.com/Fulfillment-dot-com/api-wrapper-php/blob/master/LICENSE.txt).
94+
This package is licensed under the [MIT license](https://github.com/Fulfillment-dot-com/laravel-triaged-queues/blob/master/LICENSE.txt).

0 commit comments

Comments
 (0)