定制 hmazter/laravel-log-queue 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hmazter/laravel-log-queue

Composer 安装命令:

composer require hmazter/laravel-log-queue

包简介

Laravel 5+ package to push Queued jobs to the log

关键字:

README 文档

README

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

统计信息

  • 总下载量: 12k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-02