定制 kinjari/statamic-jobs 二次开发

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

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

kinjari/statamic-jobs

最新稳定版本:v1.6

Composer 安装命令:

composer require kinjari/statamic-jobs

包简介

README 文档

README

Statamic Jobs

Statamic 3.1+ Latest Version on Packagist

This addon does provide a simple solution for small Statamic setups: A failing job will be saved as flat file in the storage.

Why should I use this addon? Laravel does handle failed jobs by default, but does need a database. What if your Statamic setup does not have or need a database?

Well ... failing jobs can not be handled!

Installation

1. Require the package

composer require jonassiewertsen/statamic-jobs

2. Configure the Failed Queue Jobs Driver

// config/queue.php

    'failed' => [
        'driver' => env('QUEUE_FAILED_DRIVER', 'file'),
        // 'storage_path' => storage_path('failed-jobs'), 
    ],
    
    // INSTEAD of fx
    // 'failed' => [
    //     'driver' => env('QUEUE_FAILED_DRIVER', 'statamic'),
    //     'database' => env('DB_CONNECTION', 'mysql'),
    //     'table' => 'failed_jobs',
    // ],

Usage

You can access your failed jobs via the default artisan commands. Fx.:

php artisan queue:failed <- list all failed jobs

php artisan queue:retry JOB_UUID_ID <- Retry a given job

php artisan queue:flush <- Flush all failed jobs

Requirements

  • PHP >= 8.0
  • Laravel 10
  • Statamic 4

Support

I love to share with the community. Nevertheless, it does take a lot of work, time and effort.

Sponsor me on GitHub to support my work and the support for this addon.

License

This plugin is published under the MIT license. Feel free to use it and remember to spread love.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固