Hi, use Illuminate\Remote\Connection instance instead of SSH facade:
use Illuminate\Remote\Connection;
$ssh = Connection('exampleConnectionName', '1.2.3.4', 'ssh_user', array('password' => 'ssh_password'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community