I'm using xampp with php 5.6. I am developing a project using laravel and I encountered the following issue:
<?
is not recognized as php delimiter within blade templating.
I'm using xampp with php 5.6. I am developing a project using laravel and I encountered the following issue:
<?
is not recognized as php delimiter within blade templating.
From the official documentation:
PHP also allows for short open tag
<?
(which is discouraged since it is only available if enabled using the short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option)