This is an example application using the Broadway package.
It's basically the Broadway examples/
directory, but in a Laravel application. When I'm feeling more comfortable, there will be more examples.
This demo project uses the Laravel-Broadway package.
git clone https://github.com/nWidart/Laravel-Broadway-Demo.git
Edit the config/database.php
file to suit your needs.
php artisan migrate
php artisan serve
/command-handling
Modules/Controllers/HomeController@index
/event-dispatcher
Modules/Controllers/HomeController@eventDispatcher
/event-handling
Modules/Controllers/HomeController@eventHandling
/parts/index
create part
modal on /parts/index
/parts/index
uriModules/Parts
Tests/Parts/
n/a