dougu1985 2016-02-05 05:56
浏览 44
已采纳

使用Zend Guard编码的Laravel在浏览器中显示刀片视图文本

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条回答 默认 最新

  • dongxun5349 2016-02-10 17:17
    关注

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?