File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 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
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
2421Require the package using Composer
2522
26- ``` console
23+ ``` shell
2724composer 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-
186179If you're not using your master service account (which has all abilities), you must add the following roles to make it
187180works:
188181
You can’t perform that action at this time.
0 commit comments