Laravel Failed Jobs

screenshot of Laravel Failed Jobs
laravel
vue
bootstrap
scss

UI for Laravel Failed Jobs Table, with Remote Connectivity in a Non-User-Based Application

Overview:

If you're working with a queue system and looking for a way to better monitor failed jobs without the complexities of using Redis or Laravel Horizon, the Laravel-Failed-Jobs package might just be what you need. This tool provides an intuitive, Horizon-like dashboard for tracking failed jobs directly from the failed_jobs table. It eliminates the hassle of digging through databases to find error payloads and exceptions, bringing clarity to job failures with an easy-to-use interface.

The beauty of Laravel-Failed-Jobs lies in its seamless integration with any queue driver, offering the ability to visualize failed jobs whether you're working locally or with a remote application. This package revitalizes the way developers can assess job failures, making it an essential tool for those who wish to maintain a high level of application reliability.

Features:

  • User-Friendly Dashboard: Provides a Horizon-like interface specifically for monitoring failed jobs, making it easier to view exceptions and payloads.
  • Database Integration: Reads directly from the failed_jobs table, allowing for quick access without needing to search through complex database records.
  • Compatibility with Any Queue Driver: Works seamlessly with multiple queue drivers, ensuring that no matter your setup, failed job monitoring is achievable.
  • Two Operational Modes: Offers Basic and Remote modes, enhancing flexibility in how you deploy the package depending on your application structure.
  • No Job Management Features: Focuses solely on the visualization of failed jobs, keeping the interface clean and straightforward to use.
  • Remote Access Support: Allows for monitoring from a separate Laravel application, which is particularly useful for API service providers.
  • Conflict-Free Installation: Can be installed alongside Laravel Horizon without any issues, utilizing a similar installation process for those who are already familiar with Horizon.
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.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.