LaravelCollective / remote

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

Manually passing the connection config to run function #82

Closed lmotascp closed 4 years ago

lmotascp commented 4 years ago

I would like to connect using the configs I've stored inside a table. Is it possible? Right now the only option is to predefine the connections inside the remote.php file.

Or is possible to manual set the connections configs when using the run method?

lmotascp commented 4 years ago

I already found a Workaround =)