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