> For the complete documentation index, see [llms.txt](https://lara-dumps.gitbook.io/laradumps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lara-dumps.gitbook.io/laradumps/readme.md).

# What is LaraDumps?

LaraDumps is an app designed to boost your Laravel PHP coding and debugging experience. Dumps was inspired by [Spatie Ray](https://github.com/spatie/ray), check it out!.

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

#### Tech Stack

* [Electron](https://www.electronjs.org/)

#### Renderer

* VanillaJS
* [AlpineJS](https://alpinejs.dev/)
* [TailwindCSS](https://tailwindcss.com/)

## Here's an example:

```php
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:

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

![Light](https://1925282274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBDrn5ZBe2jpKcdmPPrl%2Fuploads%2Fgit-blob-1ec718e3bcb9f89c9ca13b307ed6e2c09598d83e%2Fds-white.png?alt=media)

![Dark Mode](https://1925282274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBDrn5ZBe2jpKcdmPPrl%2Fuploads%2Fgit-blob-4706f96ae79e5aaaddd4fd9f020ea1f7ba03a69b%2Fds-dark.png?alt=media)

## Youtube

* [Pinguim do Laravel - (spoiler)](https://youtu.be/0It5Nv1xSzc?t=648)
* [Tio Jobs - "Como debugar aplicações Laravel daqui pra frente"](https://www.youtube.com/watch?v=IJqJGvEhqp0)
