A desktop app for debugging Laravel and PHP applications with real-time monitoring of SQL queries, logs, exceptions, and more.
LaraDumps is a debugging tool for Laravel and PHP applications that sends debug output to a separate desktop application. It helps developers inspect variables, monitor SQL queries, logs, exceptions, and other runtime data without interrupting the application's interface.
Laravel and PHP developers who need a clean, real-time debugging experience without cluttering their browser or command-line interface.
It offers a dedicated desktop app for debugging, real-time monitoring of application components, and enhanced debug functions, making it a comprehensive alternative to traditional dump tools.
🛻 LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
Sends debug output to a separate desktop app, keeping the browser or CLI clean and uninterrupted, as shown in the example where page loading isn't interfered.
Monitors and displays SQL queries, logs, exceptions, mail, jobs, and more in real-time, providing deep insights into application behavior without manual logging.
Offers ds() and similar functions with tools for JSON validation, substring search, execution timing, and phpinfo() output, going beyond basic dump()/dd().
Specifically designed for Laravel, with features for debugging Livewire/Volt components, inspecting Eloquent models, and integrating with Pest PHP for testing.
Requires downloading and running a separate desktop application for Windows, Linux, or macOS, adding setup complexity and potential environment constraints.
Officially supports only Laravel 10.0+ and PHP 8.1+, excluding older projects, and non-Laravel PHP use requires a separate core package with possibly reduced features.
Using ds() functions ties debug code directly to LaraDumps, which could complicate switching to other tools or removing debug statements in production.
Running the desktop app and real-time monitoring features may consume additional system resources, impacting performance on lower-end machines.
LaraDumps is an open-source alternative to the following products:
PHP errors for cool kids
Provides mechanisms for walking through any arbitrary PHP variable
Kint - Advanced PHP dumper
PHP Benchmarking framework
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.