Is there an easy way to debug the blade foreach and if statements and view the variables like XDebug? I'm using PHPStorm? Does any other IDE have this feature? How do I unit test blade templates?
Thank you and Father God bless<><
I always just display whatever I need to know. In good MVC implementations, you shouldn't have much logic going on in your templates, so you should be able to debug it from the controller.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community