Laravel can't find php extension ssh2_connect()

one text

Solution:

The error message status that it cannot find the ssh2_connect() function in the current namespace, which indicates that the function doesn't exist in the global scope either.

The ssh2_* functions needs to be installed as an extension in your PHP environment.

Source