relog - PHP logs in your shell and Chrome DevTools
relog is a Chrome extension developed by Hristiyan Dodov that allows users to connect to a WebSocket server and stream PHP logs directly to the Chrome DevTools console. This handy tool enables developers to easily monitor and debug their PHP applications in real-time without the need for additional logging libraries.
To use relog, users must first start a server using the npm package provided by the developer. Once the server is up and running, the extension can be activated in Chrome. It seamlessly connects to the server and displays the logs in the DevTools console, providing developers with a convenient way to analyze and troubleshoot their PHP code.
With relog, there is no need to switch between different tools or constantly refresh log files. The extension simplifies the debugging process by allowing developers to view PHP logs directly in the familiar Chrome DevTools environment. This saves time and improves productivity, making relog a valuable tool for PHP developers.
For detailed instructions on how to use relog, users can refer to the GitHub page provided by the developer. It offers comprehensive information on installation, setup, and usage, ensuring a smooth experience for developers.