Wallogit.com
2017 © Pedro Peláez
Random helpers.
return [
'host' => 'host.domain.com',
'username' => 'username',
'password' => 'password',
];
Make sure you have a .gitignore file something like:, (*1)
# Created by .ignore support plugin (hsz.mobi) .gitignore .idea/ vendor/ config/ <-- Make sure you have this entry!
$config = \Helpers\Helpers::Config('ssh');