Skip to content

cpiprint/app

 
 

Repository files navigation

LaraDumps

Available for Windows, Linux and macOS.

📚 Documentation


👋 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!

About

🖥️ LaraDumps Desktop app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 54.3%
  • JavaScript 21.7%
  • TypeScript 21.5%
  • CSS 2.2%
  • Other 0.3%