I have a project made in Laravel Framework 5.4 and recently Laravel made an update to 5.5, when I moved my project to another computer, Laravel 5.5 was installed on that PC, now I can not work on this project.
When giving the command
php artisan serve
It returns this error:
PHP parse error: syntax error, unexpected '.', expecting '&' or variable in C: \ Users \ UserName \ ProjectName \ vendor \ laravel \ framework \ src \ Illuminate \ Foundation \ helpers.php online 444
How do I load a project from an older version of laravel to a computer that has the latest laravel version?