Looking to hire Laravel developers? Try LaraJobs
laravel-zero-cli
Scaffold a new Laravel Zero CLI project with the whole release pipeline already wired: PHAR build, self-update, git-cliff changelog, CI and the shared laravel-zero-* conventions. Designed to be driven non-interactively (by an AI agent or a script) via arguments and flags.
12
laravel-package-cli
Scaffold new open-source Laravel packages with git already configured, built with Laravel Zero. Designed to be driven non-interactively (by an AI agent or a script) via arguments and flags.
29
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.
1
laravel-browser-guard
A Laravel package to discourage right-click, shortcut keys, and casual DevTools access in the browser.
10
laravel-pulse-mcp
MCP server for Laravel Pulse — expose slow queries, failed jobs, exceptions, and server stats to AI agents like Claude
6
laravel-mcp-server
MCP server for Laravel — expose routes, schema, models, and migrations to AI agents like Claude
26
laravel-sluice
Sluice aggregates logs, exceptions, and events from across your Laravel application into a single controlled stream — filterable, searchable, and chronologically sane.
0
laravel-devtoolbox
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
8 733
laravelbenchmark
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
1 163
laravel-dev-tools
Additional Laravel Development Tools for use locally.
5
laravel-open-in-editor
Let the "Open in Editor" feature from browser devtools works with Laravel.
25