LaravelCollective / remote

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

Laravel 5 SSH instructions #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

In the Installation instructions located http://laravelcollective.com/docs/5.0/ssh everything seems to be right in how you set up and so on so forth, but this is confusing. The part for the alias states two classes must be added, but it only shows one. I am having trouble in general getting this to work, but I want to make sure I'm not missing anything in this step to verify I have installed and gone the right direction.

 Finally, add two class aliases to the aliases array of config/app.php:

  'aliases' => [
      // ...
       'SSH' => 'Collective\Remote\RemoteFacade',
     // ...
  ],
ghost commented 9 years ago

I can't do a pull request at this time. But I did resolve this issue later. I realized everything in the docs is correct except this element. This is the only necessary alias. If I can I will come back and do a pull request if it is not resolved by that time.

Thanks.