Laravel Architect — Visualize and manage your Laravel project structure
Drag a box to move it · drag background to pan · scroll to zoom · click a node to trace · click a relationship line for details
Map your Laravel architecture
Scan your Laravel repository with the free CLI to produce a structure file, then import it here to see an architecture diagram — routes wired to controllers, controllers to models, model relationships drawn like an ERD, plus automatic insights that flag where the structure looks off. Everything stays in your browser.
Drag & drop your laravel-architect.json here
1 · Generate the structure file in your Laravel project
# from your Laravel project root npx laravel-architect-scan --output laravel-architect.json # then import the generated file above (step 2)