hmazter/laravel-log-queue

Laravel 5 package to push Queued jobs to the log
12,355 5
Install
composer require hmazter/laravel-log-queue
PHP:>=8.1
License:MIT
Last Updated:Mar 25, 2025
Links: GitHub  ·  Packagist
Maintainer: hmazter

Laravel Log Queue

Laravel 5 package to push Queued jobs to the log file, primary use case for this is in development when jobs should not be executed but is saved for debug purposes

Install

Require this package with composer using the following command:

composer require hmazter/laravel-log-queue

After updating composer, add the service provider to the providers array in config/app.php

Hmazter\LaravelLogQueue\LogQueueServiceProvider::class,

Add necesary config options to your config/queue.php and optionaly set log as default driver

'log' => [
    'driver' => 'log'
]

Related Packages

faulker/laravel5-rackspace-cloudqueue

Rackspace CloudQueue driver for Laravel 5 Queue

13,992 0
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
dansmith/laravel5-foundation

Zurb Foundation components for Laravel5

4,614 10
lucasromanojf/laravel5-pdf

Provides the HTML2PDF functionality using the wkhtmltopdf library (Laravel 5)

72,468 7