LaraDumps is a friendly app designed to boost your PHP coding and debugging experience.
When using LaraDumps, you can see the result of your debug displayed in a standalone Desktop application.
PHP 8.0+
-
Download the 🖥️ LaraDumps Desktop App from laradumps.dev.
-
Install LaraDumps Core in your PHP project, run the command:
composer require laradumps/laradumps-core --dev
- Configure LaraDumps, run:
vendor/bin/laradumps configure
- Add a
ds()
function somewhere in your code.
Here's an example:
// File: index.php
<?php
//... some PHP code ...
ds('Hello from LaraDumps!');
LaraDumps Core is a free open-source project, and it was inspired by Spatie Ray, check it out!
-
Author: Luan Freitas
-
Logo by Vitor S. Rodrigues