laravel - <? not recognized as php delimiter -
this question has answer here:
- how set short tag(<?) in php? 6 answers
i'm using xampp php 5.6. developing project using laravel , encountered following issue:
<?
not recognized php delimiter within blade templating.
from official documentation:
php allows short open tag
<?
(which discouraged since available if enabled using short_open_tag php.ini configuration file directive, or if php configured --enable-short-tags option)
Comments
Post a Comment