Available for Windows, Linux and macOS.
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.
- PHP 8.0+
- Laravel 8.75+
- VanillaJS
- AlpineJS
- TailwindCSS
ds('Hello world');
ds(['a' => 1, 'b' => 2])->danger();
ds('multiple', 'arguments', $foo, $bar);
ds()->queriesOn('label');
User::firstWhere('email', '[email protected]');
ds()->queriesOff();
ds()->die();
And also with the blade directive:
<div>
@foreach($array as $key => $value)
@ds($key, $value);
@endforeach
</div>
- Logo by Vitor S. Rodrigues