From 1d3c65e9b33cb6311239cce395bb7eea2909f764 Mon Sep 17 00:00:00 2001 From: Sinan Eldem Date: Thu, 19 Dec 2019 20:44:08 +0300 Subject: [PATCH] Necessary Use Case added. --- ssh.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ssh.md b/ssh.md index b79f2fb..b80d092 100644 --- a/ssh.md +++ b/ssh.md @@ -36,6 +36,12 @@ The configuration file is located at `config/remote.php`, and contains all of th ## Basic Usage +#### Add Necessary Use Case + +Your application needs the alias to run SSH commands: + + use Collective\Remote\RemoteFacade as SSH; + #### Running Commands On The Default Server To run commands on your `default` remote connection, use the `SSH::run` method: