/app

🖥️ LaraDumps Desktop app

Primary LanguageVueMIT LicenseMIT

LaraDumps

Available for Windows, Linux and macOS.

📚 Documentation


Latest release Total

👋 Hello Dev,


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.


Example

Here's an example:

// File: routes/web.php

<?php

Route::get('/', function () {
    ds('Home page accessed!');
    return view('home');
});

Credits

LaraDumps is a free open-source project, and it was inspired by Spatie Ray, check it out!