Parse error: syntax error, unexpected '?' in..\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php on line 233
As per https://laravel.com documentation PHP >= 7.0.0 version must be PHP 7.
If possible, use php 7+, even if the minimum for a particular laravel version is 5.6. PHP7 is leaps and bounds faster than 5.6 and uses less memory on top of that! The engine has been totally rewritten and It's literally almost 2x as fast as PHP 5.6.
So, finally i can say we must have php7 to use laravel5.5 version.
No comments:
Post a Comment