LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

Class remote does not exist #45

Open jaythegeek opened 7 years ago

jaythegeek commented 7 years ago

I am getting the following error and cannot seem to get any of the functions working. Can someone point me in the right direction? Thanks J

stidges commented 7 years ago

Did you get this resolved? I think this may be caused by the service provider not being registered

ryanhalley commented 5 years ago

fyi, if anyone is using v5.8 with Laravel 5.8, and in PhpStorm you paste in an example and 'SSH' has a warning saying 'Undefined class SSH'. then be aware that the code does actually work if you try it, and you just need to go to File | Invalidate Caches/Restart, and it will fix the warning. Update: Hmm, no, I stand corrected, it's back again.