I have a plese for help. I trying to install doptor CMS and have a issue:
"Parse error: syntax error, unexpected 'var' (T_VAR) in /var/www/doptor/bootstrap/autoload.php on line 19
<?php
define('LARAVEL_START', microtime(true));
require __DIR__.'/../vendor/autoload.php;
$compiledPath = __DIR__'/var/www/doptor/bootstrap/cache/compiled.php';
if (file_exists($compiledPath)) {
require $compiledPath;
}
folder cashe is empty.
Did you hava a answer for this issue, thank you....