Skip to content

tyler36/ddev-laravel-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tyler36/ddev-laravel-queue

tests project is maintained

Introduction

This add-on allows you to start a Laravel queue worker through the DDEV web service. See offical Queues documentation for more details.

Getting Started

This add-on requires DDEV v1.19.3 or higher.

  • Install the DDEV laravel worker add-on:
ddev get tyler36/ddev-laravel-queue
ddev restart

What does this add-on do and add?

  1. Checks to make sure the DDEV version is adequate.
  2. Adds .ddev/config.laravel-workers.yaml, which starts the queue worker daemon.

Contributed and maintained by tyler36