Back to Laravel Websockets

Console Logging

docs/debugging/console.md

1.14.1328 B
Original Source

Console Logging

When you start the Laravel WebSocket server and your application is in debug mode, you will automatically see all incoming and outgoing WebSocket events in your terminal.

On production environments, you shall use the --debug flag to display the events in the terminal.