Libraries tagged by Laravel Debug
boatfazwaz/telescope
1296 Downloads
An elegant debug assistant for the Laravel framework.
ahmedawm2/telescope-mongodb-laravel6
3700 Downloads
An elegant debug assistant for the Laravel framework.
w3spi5/php-ref-dd
45 Downloads
A nicer print_r/var_dump alternative for PHP 8.0+ using dd() like in Laravel
squareboat/sql-doctor
1435 Downloads
Quickly debugging the amount of database queries per request in Laravel.
sebklaus/profiler
20236 Downloads
A profiler for Laravel 4. A continuation of the retired juy/profiler.
dutymess/chalk
1488 Downloads
Easy tracepoint generator at the middle of procedures where creating breakpoints is not that easy.
daylerees/anbu
4868 Downloads
The Anbu profiler for Laravel 4.
cerbero/sql-dumper
7469 Downloads
Laravel package to dump SQL queries.
ads/statistics
4955 Downloads
Tracks basic user information to generate statistical data on page usage. Also provides additional information to debug 500 errors
juy/profiler
23586 Downloads
A profiler for Laravel 4
rstriquer/eloquent-logger
2040 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
ohansyah/laravelbenchmark
893 Downloads
Measure the number of milliseconds it takes for the given callbacks to complete. This code is from the laravel 9.x helper benchmarking (https://laravel.com/docs/9.x/helpers#benchmarking) PR by by Nuno Maduro https://github.com/laravel/framework/pull/44252. Rewrite intend to run it on old php and laravel legacy project
laratel/opentelemetry
72 Downloads
A Laravel package for OpenTelemetry tracing, metrics, and logging integration.
defstudio/impersonator
5214 Downloads
Easily impersonate another user for debugging purpose
bpocallaghan/impersonate
12600 Downloads
Debugging a problem and need to login as one of your customers? This allows you to authenticate as any of your customers.