LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
When using LaraDumps, you can see the result of your debug displayed in a standalone Desktop application.
Here's an example:
// File: routes/web.php
<?php
Route::get('/', function () {
ds('Home page accessed!');
return view('home');
});
LaraDumps is a free open-source project, and it was inspired by Spatie Ray, check it out!
-
Author: Luan Freitas
-
Logo by Vitor S. Rodrigues