Guides
PHP Laravel + Subtrace
Connect your Laravel backend to Chrome DevTools using Subtrace
You can connect your Laravel backend to Chrome DevTools using Subtrace with just one command. With Subtrace, you can inspect the status, headers, payload, and latency of all API requests, which makes you way faster at debugging.
Download the latest version of Subtrace using the following command:
Then get a SUBTRACE_TOKEN
from the Subtrace dashboard
for free and set it as an environment variable.
Then start your Laravel server using Subtrace:
Send some requests to your Laravel server to see them automatically appear in Chrome DevTools in the Subtrace dashboard!