Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
L

laradumps

> 后端框架
Open source

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

1.3K stars0 likes3 views
WebsiteGitHub

About

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

LaraDumps

Hello Dev,

LaraDumps is a modern, feature-rich debugging tool that makes PHP development a breeze.

When using LaraDumps, the outcome of your debug dump is presented in a separate desktop application rather than in your browser or command-line interface, ensuring that your application flow remains uninterrupted.

Key Features

LaraDumps goes beyond dumping variables. In addition to functions similar to dump() and dd(), LaraDumps provides tools for validating JSON, searching for substrings, clocking execution time, and a convenient way to view phpinfo() output.

Among other functionalities, you can debug Livewire/Volt components and inspect Eloquent Models, Collections, and Stringable classes. LaraDumps also integrates with Pest PHP, assisting you while writing tests.

The desktop application can monitor and display SQL queries and slow queries, logs, exceptions, mail, executed jobs, authorization gates, Artisan commands, scheduled commands, cache, and much more...

Example

Here's an example of LaraDumps ds() debug function in the project's home page route.

Route::get('/', function () {
    ds('Home page accessed!');
    return view('home');
});

By opening this page in your browser, the desktop App will display the dump, and the page will be loaded without any interference.

Get Started

Requirements

PHP 8.1+ and Laravel 10.0+.

For PHP projects that are not built on Laravel, please refer to the laradumps/laradumps-core repository.

Installation

Please take a moment to check our installation page at our documentation website.

Credits

LaraDumps is a free open-source project, and it was inspired by Spatie Ray.

  • Author: Luan Freitas

  • Logo by Vitor S. Rodrigues

  • Thanks to all contributors

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPdebuglaravellivewirephp

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category后端框架
PricingOpen source

> Related tools

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架