Laravel Failed Job Monitor

screenshot of Laravel Failed Job Monitor
laravel

Get notified when a queued job fails

Overview

The package discussed in this content is designed to send notifications when a queued job fails. It incorporates Laravel's native notification system to facilitate the sending of notifications via mail and/or Slack.

Features

  • Notification System: Utilizes Laravel's native notification system.
  • Slack Integration: Supports sending notifications via Slack.
  • Configurability: Allows customization of notifications and notifiable classes.
  • Notification Filtering: Option to filter notifications using callbacks.
  • Changelog Information: Provides details on recent changes made to the package.
  • Security: Specifies a dedicated email for reporting security-related bugs.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.