Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HPWebdeveloper committed Jan 31, 2024
1 parent 78a1a3f commit 33481d3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

# Laravel Failed Jobs

If you're running an application and the queue driver isn't Redis, which Laravel Horizon supports, you might be missing out on the elegant features it offers. Laravel Horizon is known for its elegance and a wide range of implemented features. One of its standout features is its ability to present detailed information about failed job payloads and automatically load new failed jobs.
## Introduction:

If you're running an application with a queue driver other than Redis, which is exclusively supported by [Laravel Horizon](https://github.com/laravel/horizon), you might be missing out on the elegant features it offers. Laravel Horizon is known for its elegance and a wide range of implemented features. One of its standout features is its ability to present detailed information about failed job payloads and automatically load new failed jobs.

In your specific application, if you've been longing for a similar Horizon-like UI to monitor failed_jobs, the Laravel-Failed-Jobs package has got you covered. This package simplifies the process of visualizing failed jobs.

Expand All @@ -32,12 +34,19 @@ After installing Laravel-Failed-Jobs, publish its assets using the failedjobs:in
```bash
php artisan failedjobs:install
```
## Dashboard

The Laravel-Failed-Jobs dashboard may be accessed via the `/failedjobs` route.

## Dashboard Authorization

Find `app/Providers/FailedJobsServiceProvider.php` and then follow the same tutorial here:
Find `app/Providers/FailedJobsServiceProvider.php` and then follow the [same document of Horizon](https://laravel.com/docs/10.x/horizon#dashboard-authorization) to secure the dashboard in production environment.

![Screenshot 2024-01-31 at 12 05 46 AM](https://github.com/HPWebdeveloper/laravel-failed-jobs/assets/16323354/40487054-1188-4f9d-bf2d-60bda2f88f0c)

![Screenshot 2024-01-31 at 12 03 28 AM](https://github.com/HPWebdeveloper/laravel-failed-jobs/assets/16323354/35bcf73a-098f-4bd7-852a-1fe258f78d80)

https://laravel.com/docs/10.x/horizon#dashboard-authorization
![Screenshot 2024-01-31 at 12 03 53 AM](https://github.com/HPWebdeveloper/laravel-failed-jobs/assets/16323354/a5626e6a-a68e-4320-9fa3-8af9d425f979)


## Licensing
Expand Down

0 comments on commit 33481d3

Please sign in to comment.