ddev-laravel-queue

Start a Laravel queue worker automatically in DDEV

APACHE-2.0 License

Stars
4
Committers
2

tyler36/ddev-laravel-queue

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

Badges
Extracted from project README
tests
Related Projects