Artisan.page

install:broadcasting

Create a broadcasting channel routes file

Terminal
php artisan install:broadcasting [--composer [COMPOSER]] [--force] [--without-reverb] [--reverb] [--pusher] [--ably] [--without-node]

Options

ablyOptional

Install Ably as the default broadcaster

composerOptional

Absolute path to the Composer binary which should be used to install packages

forceOptional

Overwrite any existing broadcasting routes file

pusherOptional

Install Pusher as the default broadcaster

reverbOptional

Install Laravel Reverb as the default broadcaster

without-nodeOptional

Do not prompt to install Node dependencies

without-reverbOptional

Do not prompt to install Laravel Reverb