← All work
DEVELOPER TOOLS / SOURCE EXPLORATIONLive

MrLaravel

Find your way through a Laravel application.

mrlaravel.com
Visit website
MrLaravel’s sample Fieldnotes workspace with snapshot history and metadata import.
Snapshot history and import tools in a sample MrLaravel workspace.

MrLaravel turns a Laravel codebase into an explorable declaration atlas. Every finding points back to a source location so an overview can become a useful next step.

The problem worth solving

Understanding an unfamiliar application means moving repeatedly between route files, controllers, and models. A useful map needs provenance and clear limits on what static analysis can establish.

How it comes together

The scanner reads source locally without executing the target application. A private workspace accepts reviewed metadata, connects declarations, and compares immutable snapshots.

Inside the experience

  • Source-linked routes, controller actions, and Eloquent relationships
  • Local scanning and reviewed metadata import
  • Snapshot comparisons and self-contained offline exports
PROJECT NOTES

Static declarations describe source, not verified runtime behavior. The scanner does not upload source code.

KEEP EXPLORING

CustomerReturned