运行php artisan 会报错
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in D:\phpStudy\WWW\study\laravel\artisan on line 31
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in D:\phpStudy\WWW\study\laravel\artisan on line 31
D:\phpStudy\WWW\study\laravel>php artisan
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in D:\phpStudy\WWW\study\laravel\artisan on line 31
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in D:\phpStudy\WWW\study\laravel\artisan on line 31
随便我发什么指令在cmd里面都不行,说这行错了,PHP版本7.0.12,laravel 版本5.4