Laravel encoded with Zend Guard displays blade view text in browser

1.6k Views Asked by At

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?

1

There are 1 best solutions below

1
On BEST ANSWER

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