Closed robertnicjoo closed 5 years ago
Hi. I believe I am correct in saying you are on the wrong track. I'm sure you've resolved this, but I'll add my steps in case it helps someone else. Following the v5.8 docs instead, which are marginally simpler:
$commands = [
'ls -la',
];
SSH::run($commands, function($line)
{
echo $line.PHP_EOL;
})
I just installed this package on L5.8 and I can't get use of it!
All I get is this error:
Controller
I have
SSH2
installed on my system, yet no luckWhat I try to do
I want connect to live server and download git repository in root folder there.
remote.php
file inconfig
folder in untouched as I didn't know what I should to set there (just thought it's worth to mention)Any idea?