Laravel 4: Rendering a View to a String
…( ) ; 6 7 } ) ; This is incredibly useful when you need to get the view as a string to do further processing on it. I use this in one project where I take the view data to generate a PDF of the web page using wkhtmltopdf . I may create a tutorial...