Skip to content

hmazter/laravel-log-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'
]

About

Laravel 5+ package to push Queued jobs to the log

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages