News

Laravel Debugbar Companion App

Published
Laravel Debugbar Companion App image

DebugBar Companion is a desktop app by Marcel Pociot that compliments Laravel Debugbar with historical Debugbar data. I think the introduction video that Marcel Tweeted out yesterday sums it up nicely:

I'm proud to release the first version of the open-source @laravelphp DebugBar companion app! I also recorded an awesome announcement video – check it out.

Dive into the codebase, help us improve it, become AWESOMEhttps://t.co/vQZDWNlvRW pic.twitter.com/gzmNm9DpMo

— Marcel Pociot (@marcelpociot) January 5, 2021

The nice part about this app is that it supplements all the features you’d expect from Laravel Debugbar and also provides a filterable history of previous Debugbar requests for all your applications in one place.

Having a history of requests is useful when you track down queries and piece multiple requests together without having to copy and paste data to reference it later.

It works by accepting debug data from the Laravel Debug bar via a custom Laravel Debugbar provider. For now, the DebugBar Companion app readme has instructions on how to set up the custom Debugbar provider for your app.

Laravel Debugbar will likely ship with a provider either specifically for the DebugBar Companion app or a general “socket” provider for this type of integration (details here).

This application is available on macOS, Windows, and Linux, and you can download it from the GitHub releases page. You can learn more about this app, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article