ManojKiranA / laradumps

LaraDumps is designed to improve your Laravel application debugging experience

Home Page:https://laradumps.gitbook.io/laradumps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaraDumps


Available for Windows, Linux and macOS.

Latest Version Total Downloads Latest Version License

What is LaraDumps?

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

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

Requirements

  • PHP 8.0+
  • Laravel 8.75+

App

Tech Stack

Renderer

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>

Credits

About

LaraDumps is designed to improve your Laravel application debugging experience

https://laradumps.gitbook.io/laradumps

License:MIT License


Languages

Language:PHP 99.5%Language:Shell 0.5%