I try to install my website on a server. I connected via ssh to the server to run 'php artisan migrate', but it didnt work and only show me the following error:
(uiserver):u108900605:~/portfolio$ php artisan migrate Content-type: text/html
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /homepages/10/d916348811/htdocs/portfolio/artisan on line 33
Parse error: syntax error, unexpected T_STRING in /homepages/10/d916348811/htdocs/portfolio/artisan on line 33
How can i solve this?