Analysis updated 2026-05-18
Scan a Laravel application for configuration and code problems from the command line.
View diagnostic reports visually through a built in browser dashboard.
Feed scan results into an AI coding assistant using the included MCP tools.
Add Laravel health checks into a CI pipeline using JSON or SARIF output.
| kayedspace/laravel-doctor | bera65/frisay | florianbeer/shop | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | PHP | PHP | PHP |
| Last pushed | — | — | 2025-08-11 |
| Maintenance | — | — | Quiet |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Dashboard and HTTP API should not be exposed publicly without adding authentication.
Laravel Doctor is a diagnostics tool for applications built with the Laravel PHP framework. It runs a set of checks against a Laravel project and reports problems it finds, and it is designed so the same underlying checking engine can be used in several different ways: as a terminal command through Laravel's Artisan tool, through a browser based dashboard, through an HTTP API, through tools built for AI coding assistants using the Model Context Protocol, or directly from PHP code in your own project. Getting started involves installing the package through Composer and running a single Artisan command to scan the application. Results can also be viewed in a built in dashboard reachable from a browser, which is described as needing no separate build step and using lightweight front end tools. Scan results can be exported as JSON or as SARIF, a standard format used by code scanning tools, which makes the reports usable inside continuous integration pipelines and GitHub's own code scanning features. The documentation notes that some of its checks only look at static configuration and do not start up the full Laravel application, while other checks that do start the application are built to only read data rather than change anything. The tool also tries to hide values that look like secrets before including them in any report. The project's own notes caution against exposing the dashboard or the HTTP API on a shared or public environment without adding authentication in front of it. Laravel Doctor supports Laravel versions 11 through 13 and requires PHP 8.2 or newer. It is currently in public beta, and full setup and configuration instructions live in a separate hosted documentation site rather than in the repository itself. It is released under the Apache 2.0 license.
A diagnostics tool for Laravel apps that runs health checks from the terminal, a dashboard, an API, or AI coding tools.
Mainly PHP. The stack also includes PHP, Laravel, Tailwind CSS.
Apache 2.0 license: free to use, modify and distribute, including commercially, with patent protection for contributors.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.