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 ?
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.