dsf4354353452 2016-04-06 05:34
浏览 60
已采纳

如何在NetBeans 8.1中解决此代码错误

I am using NetBean IDE to code Laravel. I face this errors even i using correct coding. How can i find the solution to this ?

code errors

  • 写回答

1条回答 默认 最新

  • dongyong8491 2016-04-06 06:09
    关注

    Laravel have it's own template engine name as blade.In your case, if you use blade template with PHP tag (<?php) it will shows error of course.So remove the <?php tag and it should solve your problem.Again I think, now there is no plugin for laravel in Netbeans IDE.

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

报告相同问题?