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.
- PHP >=5.5
- Elasticsearch
- MySQL
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
- Route:
/command-handling
- Code:
Modules/Controllers/HomeController@index
- Route:
/event-dispatcher
- Code:
Modules/Controllers/HomeController@eventDispatcher
- Route:
/event-handling
- Code:
Modules/Controllers/HomeController@eventHandling
- Route:
- Read:
/parts/index
- Write:
create part
modal on/parts/index
- Rename with inline editing on the
/parts/index
uri
- Read:
- Code:
Modules/Parts
- Tests:
Tests/Parts/
- Route:
n/a
- Code: coming soon
- Tests: coming soon
- Route: coming soon
- Code: coming soon