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
This package is a Laravel 5.8 queue driver that use the [Google PubSub](https://github.com/GoogleCloudPlatform/google-cloud-php-pubsub) service.
7
4
8
5
## Installation
9
6
10
7
You can easily install this package with [Composer](https://getcomposer.org) by running this command :
11
8
12
9
```bash
13
-
composer require munir131/laravel-pubsub-queue
10
+
composer require lde/laravel-pubsub-queue
14
11
```
15
12
16
13
If you disabled package discovery, you can still manually register this package by adding the following line to the providers of your `config/app.php` file :
0 commit comments