PHP Package: beyondcode/laravel-dump-server

Efficient PHP debugging tool for Laravel developers with real-time dump output.

Current Version: 2.1.0
Last Updated: 2025-02-26
PHP Requirement: >=7.1
Dependencies: illuminate/support, symfony/var-dumper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Dump Server is a powerful debugging package that provides real-time insights into your Laravel application variables, making debugging faster and easier for developers. With its seamless integration and user-friendly interface, Laravel Dump Server simplifies the debugging process by displaying variable dumps in real-time, enhancing the development workflow.

🔗 View on GitHub

Download Latest Version: 2.1.0

Download Download v2.1.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/beyondcode/laravel-dump-server/lib_version/autoload.php';

use BeyondCode\DumpServer\DumpServer;
use Illuminate\Support\ServiceProvider;
use Symfony\Component\VarDumper\VarDumper;


$obj = new BeyondCode\DumpServer\DumpServer();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.