Tracer - Laravel package that shows the path of each blade file that is loaded into a template.
ovanschie wrote a nice package that we can use to shows shows the path of each blade file that is loaded into a template.
Demo
This could be very convenient for a number of reasons; If you're working on a large project with alot of views/partials. New to a project and want to get a quick overview of the structure of pages. Or if you're completely new to Laravel and want to play around with views/partials/templates etc.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.3 Laravel 5.4 Intermediate