Skip to content

Commit 9e2fd33

Browse files
authoredMar 9, 2025
Update README.md
1 parent 6233bab commit 9e2fd33

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed
 

‎README.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
2-
<img src="/assets/logo.png" width="400">
1+
# Cloud Tasks queue driver for Laravel
32

43
[![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)
54
<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>
65
<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>
76

7+
This package allows Google Cloud Tasks to be used as the queue driver.
8+
89
<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>
910

10-
# Introduction
11+
![Image](https://github.com/user-attachments/assets/d9af0938-43b7-407b-8791-83419420a62b)
1112

12-
This package allows Google Cloud Tasks to be used as the queue driver.
1313

14-
<p align="center">
15-
<img src="/assets/cloud-tasks-home.png" width="100%">
16-
</p>
1714

1815
### Requirements
1916

20-
This package requires Laravel 10 or 11.
17+
This package requires Laravel 11 or 12.
2118

2219
### Installation
2320

2421
Require the package using Composer
2522

26-
```console
23+
```shell
2724
composer require stackkit/laravel-google-cloud-tasks-queue
2825
```
2926

@@ -179,10 +176,6 @@ Cloud Tasks has it's own retry configuration options: maximum number of attempts
179176

180177
### Authentication
181178

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-
186179
If you're not using your master service account (which has all abilities), you must add the following roles to make it
187180
works:
188181

0 commit comments

Comments
 (0)