mr-luke / bus
Multi-purpose bus for Laravel
Installs: 1 232
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 4
Requires
- php: ^8.1
- ext-json: *
- laravel/framework: ^10.0|^9.0|^8.0
- mr-luke/configuration: ^1.0
- nesbot/carbon: ^2.16.0
Requires (Dev)
- fakerphp/faker: ^1.21
- mockery/mockery: ^1.0
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-12-09 23:29:28 UTC
README
If you have used unstable versions
This major 1.0.0
version has a breaking changes compares to 1.0.0-rc.x
. It is required to drop
database table bus_processes
& migrate.
Getting Started
Setting Manager supported versions:
- Laravel 10
- Laravel 9
- Laravel 8
Installation
To install through composer, simply put the following in your composer.json file and run composer update
{ "require": { "mr-luke/bus": "~1.0" } }
Or use the following command
composer require "mr-luke/bus"
Next, add the service provider to app/config/app.php
Mrluke\Bus\BusServiceProvider::class,
Note: Package is auto-discoverable!
Configuration
Comming soon...