Skip to main content
Back to packages
793 GitHub stars

laramint/laravel-brain

View on GitHub

Description

Visualize your Laravel application's full request lifecycle as an interactive graph. Understand how routes, controllers, services, models, jobs, events, commands, and channels connect.

Scan your project

php artisan brain:scan

This analyzes your entire codebase and writes the graph data to storage/app/laravel-brain/. When complete it prints the URL to open:

LaraMint\LaravelBrain analyzing project...
Path: /your/project
 
Scanning routes, controllers, models and call chains...
 
Done! Open the viewer at: http://localhost:8000/_laravel-brain

Related Content on Laravel Daily

Video

Recent Courses on Laravel Daily

Laravel 13 Starter Kit Teams and Customizations

10 lessons
33 min

Roles and Permissions in Laravel 13

14 lessons
57 min

How to Structure Laravel 13 Projects

16 lessons
1 h 32 min read