You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm just testing on the SSH connection follow by the step inside, but when I reach the usage and try to run SSH2::into('staging')->put($localPath.$filename, $remotePath);, it return me the error of "Class 'App\Console\Commands\SSH2' not found". Not sure which step I did wrong, but i follow exactly the step given inside the documentation.
The text was updated successfully, but these errors were encountered:
Use SSH, not SSH2.
If in PhpStorm you get 'Class not defined', like I did, do this: "File | Invalidate Caches..." and restart IDE.
Also, this is the docs github - issues for the package are here: https://github.com/LaravelCollective/remote/issues
Hi, I'm just testing on the SSH connection follow by the step inside, but when I reach the usage and try to run SSH2::into('staging')->put($localPath.$filename, $remotePath);, it return me the error of "Class 'App\Console\Commands\SSH2' not found". Not sure which step I did wrong, but i follow exactly the step given inside the documentation.
The text was updated successfully, but these errors were encountered: