Artisan.page

install:broadcasting

Create a broadcasting channel routes file

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

Options

composerOptional

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

forceOptional

Overwrite any existing broadcasting routes file

without-nodeOptional

Do not prompt to install Node dependencies

without-reverbOptional

Do not prompt to install Laravel Reverb