LaraDumps
  • What is LaraDumps?
  • Get Started
    • Installation
    • Configuration
  • Commands
    • Simple
    • Color
    • Log Application
    • Show queries
    • Clear History
    • Custom Label
    • JSON Validate
    • Contains
    • Table
    • Screens
    • Diff
    • Model
  • Reference
    • Livewire
  • App
    • Host
    • IDE
Powered by GitBook
On this page
  • Here's an example:
  • Youtube

What is LaraDumps?

NextGet Started

Last updated 2 years ago

LaraDumps is an app designed to boost your Laravel PHP coding and debugging experience. Dumps was inspired by , check it out!.

  • This project is free and open source, supports only applications built with Laravel Framework.

Tech Stack

Renderer

  • VanillaJS

Here's an example:

ds('Hello world');

ds(['a' => 1, 'b' => 2])->danger();

ds('multiple', 'arguments', $foo, $bar);

ds()->queriesOn('label');

User::firstWhere('email', 'you@email.com');

ds()->queriesOff();

ds()->die(); 

And also with the blade directive:

<div>
    @foreach($array as $key => $value)
        @ds($key, $value);
    @endforeach
</div>

Youtube

Spatie Ray
Electron
AlpineJS
TailwindCSS
Pinguim do Laravel - (spoiler)
Tio Jobs - "Como debugar aplicações Laravel daqui pra frente"
Light
Dark Mode