LOL, the {{ double braces didn't echo in the post :P
Oct 25, 2015
3
Level 17
Print PHP Tags in Template
I'm doing some documentation and I want to echo out the entirety of my class file including the <?php tag.
How can I escape this so it'll print.
I've tried both {{ }} and {!! !!} but it still kills the app.
Thanks
Level 17
@usman it turned out all I needed to do was replace the < with it's equivalent < and that took care of it.
Thanks for responding though I appreciate it.
Please or to participate in this conversation.