Interactive Codebase Analysis
"
LaraMint\LaravelBrainis a zero-config developer tool that analyzes your Laravel codebase and renders an interactive node graph of your application's architecture. It traces every route through its controller, services, repositories, models, jobs, events, Artisan commands, scheduled tasks, broadcast channels, and Filament panels — giving you a bird's-eye view of the entire application without reading a single line of code.The scan writes JSON graph files to
storage/app/laravel-brain/. The viewer is served at/_laravel-brainentirely through your existing Laravel routes — no separate server process needed."