Laravel Queue Worker for Shared Hosting
Status GitHub

⚙️ Laravel Queue Worker for Shared Hosting

Node.js script enabling Laravel queue workers in shared hosting environments

Node.js Laravel

What it does

Single-file Node.js process manager that spawns php artisan queue:work via the execa library, pipes stdout/stderr to both console and a timestamped log file, and auto-restarts the worker on exit after a configurable delay; all paths and commands are overridable via environment variables.