When I run php artisan list in my production environment (Debian Linux, private server), I get the following error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/user/app/artisan on line 46 Parse error: syntax error, unexpected T_STRING in /home/user/app/artisan on line 46 Why is that and how can I fix this?