Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LaradumpNew to Visual Studio Code? Get it now.
Laradump

Laradump

Laradump

|
1,371 installs
| (1) | Free
Laradump helps to debugging on laravel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laradump (Free alternative of Spatie ray)

Setup

You need to install thejenos/laradump in to your laravel project

composer require thejenos/laradump

After that start your laradump server whenever you need to see your dumps (This will only active on laravel projects)

laradump

If you need to alter default configs

php artisan vendor:publish --provider="thejenos\laradump" --tag=config

Features

// Dump a variable
laradump()->dump("test");

// Dump multiple variables
laradump()->dump("test", [1,2,3], User::find(1));

// Dump models
laradump()->model(User::find(1));

// Start dump queries
laradump()->showQueries();

// Stop dump queries
laradump()->stopShowingQueries();

// Dump mails
laradump()->mail(new TestMail());

//Many more up to come

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

[0.0.3]

  • Add Laravel detection

[0.0.1]

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft