Artisan.page

reverb:start

Start the Reverb server

Terminal
php artisan reverb:start [--host [HOST]] [--port [PORT]] [--path [PATH]] [--hostname [HOSTNAME]] [--debug]

Options

debugOptional

Indicates whether debug messages should be displayed in the terminal

hostOptional

The IP address the server should bind to

hostnameOptional

The hostname the server is accessible from

pathOptional

The path the server should prefix to all routes

portOptional

The port the server should listen on