PHP 8.2+
The project is in a healthy, maintained state
LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

^3.0|^4.0
phpstan/phpstan
^1.10.50

Runtime

ramsey/uuid
^4.9.1
symfony/var-dumper
^6.4|^7.0|^8.0
symfony/console
^6.4|^7.0|^8.0
symfony/process
^6.4|^7.0|^8.0
symfony/finder
^6.4|^7.0|^8.0
symfony/yaml
^6.4|^7.0|^8.0
spatie/backtrace
^1.5
 Project Readme

LaraDumps Core

Available for Windows, Linux and macOS.

📚 Documentation


👋 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 var_dump(), LaraDumps provides tools for validating JSON, searching for substrings, clocking execution time, and a convenient way to view phpinfo() output and much more...

Example

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

<?php
  ds('Home page accessed!');
?>
<!DOCTYPE html>
<html>
    <head>

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+

Developing a Laravel project? LaraDumps has dedicated Laravel package available at the laradumps/laradumps 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.