Issue
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 ?
Solution
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.
Answered By - Chonchol Mahmud