reverb:start

Start the Reverb server

Options

  • debug - Indicates whether debug messages should be displayed in the terminal Optional
  • host - The IP address the server should bind to Optional
  • hostname - The hostname the server is accessible from Optional
  • port - The port the server should listen on Optional
php artisan reverb:start [--host [HOST]] [--port [PORT]] [--hostname [HOSTNAME]] [--debug]