Package description: CHANGE ME
Install via composer
composer require roy688/ssh
Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.
Add service provider to config/app.php
in providers
section
Roy688\Ssh\ServiceProvider::class,
Register package facade in config/app.php
in aliases
section
Roy688\Ssh\Facades\Ssh::class,
php artisan vendor:publish --provider="Roy688\Ssh\ServiceProvider" --tag="config"
CHANGE ME
If you discover any security related issues, please email slaythia@gmail.com instead of using the issue tracker.
This package is bootstrapped with the help of melihovv/laravel-package-generator.