laradumps / laradumps-core
LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.
Fund package maintenance!
luanfreitasdev
Installs: 588 584
Dependents: 7
Suggesters: 0
Security: 0
Stars: 19
Watchers: 1
Forks: 9
Open Issues: 0
Requires
- php: ^8.1
- ext-curl: *
- nunomaduro/termwind: ^1.15|^2.0
- ramsey/uuid: ^4.7.5
- spatie/backtrace: ^1.5
- symfony/console: ^5.4|^6.4|^7.0
- symfony/finder: ^5.4|^6.4|^7.0
- symfony/process: ^5.4|^6.4|^7.0
- symfony/var-dumper: ^5.4|^6.4|^7.0
- symfony/yaml: ^5.4|^6.4|^7.0
Requires (Dev)
- illuminate/support: ^10.46
- laravel/pint: ^1.13.7
- pestphp/pest: ^2.0|^3.0
- phpstan/phpstan: ^1.10.50
- dev-main
- 3.x-dev
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- v3.0.0-beta1
- 2.x-dev
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-beta3
- v2.0.0-beta2
- v2.0.0-beta1
- 1.x-dev
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- v0.1.0
- dev-remove-ds-call-from-init-command
This package is auto-updated.
Last update: 2025-08-26 10:52:18 UTC
README
LaraDumps Core
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 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.
-
Author: Luan Freitas
-
Logo by Vitor S. Rodrigues
-
Thanks to all contributors