This add-on integrates Laravel Reverb into your DDEV project.
See Laravel Reverb documentation for more details.
ddev add-on get tyler36/ddev-laravel-reverb
ddev restart
After installation, make sure to commit the .ddev
directory to version control.
This add-on attempts to configure Laravel for Reverb.
You can manually re-run the wizard using: ddev artisan install:broadcasting
Command | Description |
---|---|
ddev describe |
View service status and used ports for Laravel Reverb |
ddev logs -s web |
Check Laravel Reverb logs |
To customize this service, remove #ddev-generated
from .ddev/config.laravel-reverb.yaml
before making any changes.
- To disable auto-start, comment out the
web_extra_daemons
section. - To change reverb ports, update the
web_extra_exposed_ports
section.
Important
http_port
and https_port
are required and must be different for ddev-router
to start.
Make sure to commit the .ddev/config.laravel-reverb.yaml
file to version control.
Contributed and maintained by @tyler36