Download the PHP package webxid/laravel-debug-helpers without Composer
On this page you can find all versions of the php package webxid/laravel-debug-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webxid/laravel-debug-helpers
More information about webxid/laravel-debug-helpers
Files in webxid/laravel-debug-helpers
Package laravel-debug-helpers
Short Description Debug helper for Laravel Framework.
License MIT
Informations about the package laravel-debug-helpers
Install
Add the next things
-
Run
composer require webxid/laravel-debug-helpers --dev
in command line -
File
/artisan
, afterdefine('LARAVEL_START', microtime(true));
- File
/public/index.php
, afterdefine('LARAVEL_START', microtime(true));
How To Use
This lib halps to improve the default Laravel debug stuff:
-
Adds a function call place Route for
dd()
into the and of print -
Adds redirect place into a page headers
-
_dd()
write a dump intostorage/logs/laravel.log
. It replaces the content (by default) or adds a string in the end of the file (check the function parameters) -
_trace()
halps to understand, how a script comes in some place of code
All versions of laravel-debug-helpers with dependencies
symfony/var-dumper Version ^5.0|^6.0
laravel/framework Version ^7|^8|^9