Download the PHP package mohamed-hathout/debugger without Composer
On this page you can find all versions of the php package mohamed-hathout/debugger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mohamed-hathout/debugger
More information about mohamed-hathout/debugger
Files in mohamed-hathout/debugger
Download mohamed-hathout/debugger
More information about mohamed-hathout/debugger
Files in mohamed-hathout/debugger
Vendor mohamed-hathout
Package debugger
Short Description A powerful Laravel debugging tool with real-time monitoring, query debugging, and variable inspection capabilities
License MIT
Package debugger
Short Description A powerful Laravel debugging tool with real-time monitoring, query debugging, and variable inspection capabilities
License MIT
Please rate this library. Is it a good library?
Informations about the package debugger
Laravel Debugger Package
A powerful debugging tool for Laravel applications that allows you to monitor and analyze debug data in real-time with advanced filtering and visualization capabilities.
Requirements
- PHP ^8.3
- Laravel ^12.19
Installation
Configuration
After installation, publish the configuration file:
This will publish:
- Configuration file (
config/debugger.php) - Views (optional)
Usage
Basic Debugging
Configuration Options
In config/debugger.php:
Debug Viewer
Access the debug viewer at /debugger (or your configured route) to see all debug entries with:
- Real-time updates
- Type filtering (text, number, JSON)
- File filtering
- Search functionality
- Copy to clipboard
- Clear all data
Features
- Debug any variable type (text, numbers, arrays, objects)
- Query debugging with bindings resolution
- Real-time debug viewer with Livewire
- Advanced filtering and search
- Database or cache storage options
- Configurable settings
- Bootstrap 5 UI with dark mode support
License
The MIT License (MIT).
All versions of debugger with dependencies
PHP Build Version
Package Version
The package mohamed-hathout/debugger contains the following files
Loading the files please wait ...