PHPackages                             soroosh/laravel-bus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. soroosh/laravel-bus

ActiveLibrary[Framework](/categories/framework)

soroosh/laravel-bus
===================

Enhanced laravel illuminate\\bus

0.1.1(3y ago)013PHP

Since Jan 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/soroosh-tanzadeh/laravel-bus)[ Packagist](https://packagist.org/packages/soroosh/laravel-bus)[ RSS](/packages/soroosh-laravel-bus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![Test](https://github.com/soroosh-tanzadeh/laravel-bus/actions/workflows/php.yml/badge.svg)](https://github.com/soroosh-tanzadeh/laravel-bus/actions/workflows/php.yml/badge.svg)

Laravel Bus
===========

[](#laravel-bus)

Enhanced laravel Illuminate\\Bus.

- Log jobs when dispatch fails

How to use
----------

[](#how-to-use)

Create a new job

```
  php artisan laravel-bus:make-job DummyJob
```

Or just extends `Soroosh\LaravelBus\Job\DispatchableShouldQueue` in existing job:

```
