laravel-inspector
See exactly what your Laravel app did behind every HTTP request — the route, the controller, the SQL queries, the events, the queued jobs, and a timeline of it all.
laravel-browser-guard
by dakshraman
A Laravel package to discourage right-click, shortcut keys, and casual DevTools access in the browser.
laravel-pulse-mcp
MCP server for Laravel Pulse — expose slow queries, failed jobs, exceptions, and server stats to AI agents like Claude
laravel-mcp-server
MCP server for Laravel — expose routes, schema, models, and migrations to AI agents like Claude
laravel-sluice
by sluice
Sluice aggregates logs, exceptions, and events from across your Laravel application into a single controlled stream — filterable, searchable, and chronologically sane.
adapter-laravel
Laravel framework adapter for ADP — auto-wires debug collectors, proxies, and inspector into Laravel applications
laravel-devtoolbox
by grazulex
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
laravelbenchmark
by ohansyah
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
laravel-open-in-editor
by mathieutu
Let the "Open in Editor" feature from browser devtools works with Laravel.