> 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](/files/5FtmWSVEzlOR3JfzB9JD)

![Dark Mode](/files/YL6QfmjSFqQsy9vxoEEw)

## 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)
