install:broadcasting

Create a broadcasting channel routes file

Options

  • ably - Install Ably as the default broadcaster Optional
  • composer - Absolute path to the Composer binary which should be used to install packages Optional
  • force - Overwrite any existing broadcasting routes file Optional
  • pusher - Install Pusher as the default broadcaster Optional
  • reverb - Install Laravel Reverb as the default broadcaster Optional
  • without-node - Do not prompt to install Node dependencies Optional
  • without-reverb - Do not prompt to install Laravel Reverb Optional
php artisan install:broadcasting [--composer [COMPOSER]] [--force] [--without-reverb] [--reverb] [--pusher] [--ably] [--without-node]