Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

marbobo's avatar
Level 12

Laravel Debugbar on Lumen

Hi. is it possible to display the debugbar on postman? I am currently trying laravel debugbar on lumen. Its working on web browser but not on postman and I mostly using postman when doing api development with lumen.

0 likes
2 replies
martinbean's avatar

@kdev Why would you want the Debugbar visible in Postman, and for API requests? It’s a bunch of HTML. API requests are typically JSON.

Why not write actual tests instead of manually sending requests in a tool like Postman with a load of debug data appended?

Please or to participate in this conversation.