File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
- <img src =" /assets/logo.png " width =" 400 " >
1
+ # Cloud Tasks queue driver for Laravel
3
2
4
3
[ ![ Run tests] ( https://github.com/stackkit/laravel-google-cloud-tasks-queue/actions/workflows/run-tests.yml/badge.svg )] ( https://github.com/stackkit/laravel-google-cloud-tasks-queue/actions/workflows/run-tests.yml )
5
4
<a href =" https://packagist.org/packages/stackkit/laravel-google-cloud-tasks-queue " ><img src =" https://poser.pugx.org/stackkit/laravel-google-cloud-tasks-queue/v/stable.svg " alt =" Latest Stable Version " ></a >
6
5
<a href =" https://packagist.org/packages/stackkit/laravel-google-cloud-tasks-queue " ><img src =" https://poser.pugx.org/stackkit/laravel-google-cloud-tasks-queue/downloads.svg " alt =" Downloads " ></a >
7
6
7
+ This package allows Google Cloud Tasks to be used as the queue driver.
8
+
8
9
<sub >Companion packages: <a href =" https://github.com/stackkit/laravel-google-cloud-scheduler " >Cloud Scheduler</a >, <a href =" https://github.com/marickvantuil/laravel-google-cloud-logging " >Cloud Logging</a ></sub >
9
10
10
- # Introduction
11
+ ![ Image ] ( https://github.com/user-attachments/assets/d9af0938-43b7-407b-8791-83419420a62b )
11
12
12
- This package allows Google Cloud Tasks to be used as the queue driver.
13
13
14
- <p align =" center " >
15
- <img src =" /assets/cloud-tasks-home.png " width =" 100% " >
16
- </p >
17
14
18
15
### Requirements
19
16
20
- This package requires Laravel 10 or 11 .
17
+ This package requires Laravel 11 or 12 .
21
18
22
19
### Installation
23
20
24
21
Require the package using Composer
25
22
26
- ``` console
23
+ ``` shell
27
24
composer require stackkit/laravel-google-cloud-tasks-queue
28
25
```
29
26
@@ -179,10 +176,6 @@ Cloud Tasks has it's own retry configuration options: maximum number of attempts
179
176
180
177
### Authentication
181
178
182
- Set the ` GOOGLE_APPLICATION_CREDENTIALS ` environment variable with a path to the credentials file.
183
-
184
- More info: https://cloud.google.com/docs/authentication/production
185
-
186
179
If you're not using your master service account (which has all abilities), you must add the following roles to make it
187
180
works:
188
181
You can’t perform that action at this time.
0 commit comments