0
I have a project done in Laravel Framework 5.4 and recently Laravel made an update to 5.5, when passing my project to another computer, Laravel 5.5 was installed in this PC, now I can not work in this project.
In giving the command
php artisan serve
It returns this error:
PHP parse error: syntax error, Unexpected '.', expecting '&' or variable in C: Users Name_do_usuario Name_do_project vendor Laravel framework src Illuminate Foundation helpers.php on line 444
How do I load a project from an old version of the Laravel onto a computer that has the latest version of the Laravel?