laradumps / laradumps
LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
Fund package maintenance!
luanfreitasdev
Installs: 785 913
Dependents: 25
Suggesters: 1
Security: 0
Stars: 1 047
Watchers: 10
Forks: 49
Open Issues: 5
Requires
- php: ^8.1
- illuminate/mail: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
- laradumps/laradumps-core: ^3.2.2
- nunomaduro/termwind: ^1.15.1|^2.0.1
Requires (Dev)
- larastan/larastan: ^2.0|^3.0
- laravel/framework: ^10.0|^11.0|^12.0
- laravel/pint: ^1.17.2
- livewire/livewire: ^3.5.6
- mockery/mockery: ^1.6.12
- orchestra/testbench-core: ^8.0|^9.4|^10.0
- pestphp/pest: ^4.0.0|^3.7.0|^2.35.1
- symfony/var-dumper: ^6.4.0|^7.1.3
- dev-main
- 4.x-dev
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.1
- v4.4.0
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v4.0.0-beta2
- v4.0.0-beta1
- 3.x-dev
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.5
- v3.1.4
- 3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- v3.0.0-beta5
- v3.0.0-beta4
- v3.0.0-beta3
- v3.0.0-beta2
- v3.0.0-beta1
- 2.x-dev
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- v1.12.3
- v1.12.2
- v1.12.1
- v1.12.0
- v1.11.2
- v1.11.1
- v1.11.0
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2025-09-11 09:15:56 UTC
README
LaraDumps
Download the App
Available for Windows, Linux and macOS.👋 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