visual representation of Laravel project?

ali-he

Aug 28th, 2019 06:45 PM

Hi all,

I am looking for a way to create a visual report of relations and data passed between Models, Views, and Controllers in Laravel. Basically, diagram-type visual so that I can easily figure out which data goes where during the project developement.

Does such a thing exist?

I usually find myself wandering between many files in Laravel project just to figure out how data is passed around and to which View they will eventually end up...

cookie

Aug 29th, 2019 09:23 PM