asela daskon
asela daskon

Reputation: 564

How do i resolve this code errors in 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

Upvotes: 0

Views: 543

Answers (1)

Chonchol Mahmud
Chonchol Mahmud

Reputation: 2735

Laravel have it's own template engine named as blade. In your case, if you use blade template with PHP tag (<?php) it should be closed as well with ;?>. So remove the <?php tag or close it, this should solve your problem. Again I think, now there is no plugin for laravel in Netbeans IDE.

Upvotes: 1

Related Questions