Skip to content

laradumps/laradumps-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ LaraDumps

Elevate your Laravel debugging experience with a powerful desktop app

✨ Why LaraDumps?

LaraDumps is primarily designed for Laravel developers, offering a seamless debugging experience with Laravel-specific features. While it works great with pure PHP projects, it truly shines when used with Laravel:

// Laravel-specific features
ds()->model($user);           // Laravel model inspection with relationships
ds()->markdown($markdown);    // Preview markdown content
ds()->routes();               // Routes inspection
ds()->mailable($welcomeMail); // Preview mailables

// Standard PHP debugging
ds('Hello LaraDumps!');      // Values and variables
ds()->table($array);         // Array/Object as table
ds()->time('Process');       // Performance tracking
ds()->json($response);       // JSON formatting
ds('My red dump')->red();    // Custom styling 
ds()->label('Important');    // Custom label

πŸ”₯ Key Features

  • ⚑ Laravel Integration - Deep integration with Laravel's ecosystem
  • 🎯 Framework Tools - Special features for Models, Queries, and Mail
  • πŸ–₯️ Cross-platform - Desktop app for Windows, Linux, and macOS
  • 🎨 Beautiful UI - Clean and intuitive interface
  • πŸš€ Performance - Minimal impact on your application
  • πŸ”Œ PHP Compatible - Also works with pure PHP projects
  • πŸ› οΈ Rich Debugging - Tables, Models, Time tracking, and more

🌟 Open Source

LaraDumps is completely open source! Check our repositories:


Next: Installation

Releases

No releases published

Packages

No packages published

Languages