stechstudio / laravel-ssh-tunnel

Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen
MIT License
191 stars 49 forks source link

parse error #15

Closed corneliusve closed 6 years ago

corneliusve commented 6 years ago

when i do a php artisan commant it says:

In CreateTunnel.php line 54: parse error, expecting ';'' or'{''

How can i fix this?

jszobody commented 6 years ago

You're probably running PHP 5.x? This package requires PHP 7.

corneliusve commented 6 years ago

How can i update that?

jszobody commented 6 years ago

Upgrading PHP depends on your webhost, or your local development environment. You'll need to go use google/stackoverflow to figure out how to get PHP version 7.x setup for your particular environment.

Note PHP 7 is also required for Laravel 5.5, you'll want to get that sorted for sure.