diff --git a/app/config/app.php b/app/config/app.php index d63f31c7..5497732a 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -103,6 +103,7 @@ 'Illuminate\Foundation\Providers\PublisherServiceProvider', 'Illuminate\Queue\QueueServiceProvider', 'Illuminate\Redis\RedisServiceProvider', + 'Illuminate\Remote\RemoteServiceProvider', 'Illuminate\Auth\Reminders\ReminderServiceProvider', 'Illuminate\Foundation\Providers\RouteListServiceProvider', 'Illuminate\Database\SeedServiceProvider', @@ -174,6 +175,7 @@ 'Schema' => 'Illuminate\Support\Facades\Schema', 'Seeder' => 'Illuminate\Database\Seeder', 'Session' => 'Illuminate\Support\Facades\Session', + 'SSH' => 'Illuminate\Support\Facades\SSH', 'Str' => 'Illuminate\Support\Str', 'URL' => 'Illuminate\Support\Facades\URL', 'Validator' => 'Illuminate\Support\Facades\Validator', diff --git a/app/config/remote.php b/app/config/remote.php index 1c29b7ed..d4508804 100644 --- a/app/config/remote.php +++ b/app/config/remote.php @@ -30,8 +30,9 @@ 'production' => array( 'host' => '', - 'username' => 'root', + 'username' => '', 'password' => '', + 'key' => '', ), ),