phplaravel-5zend-guard

Laravel encoded with Zend Guard displays blade view text in browser


Have a Laravel project that I encoded with Zend Guard.

When I run the application, it is getting to the right route, but it displays the text of my view file in the browser rather than rendering the view.

Any thoughts or suggestions?

Is there a certain way to encode Laravel projects in what should and should not be encoded?


Solution

  • I have the same problem, the only "solution" that I found was to avoid encrypt those file with "*.blade.php" extension