Install this package with composer:
composer require nickurt/laravel-plesk
Add the provider to config/app.php file
'nickurt\Plesk\ServiceProvider',
and the facade in the file
'Plesk' => 'nickurt\Plesk\Facade',
Copy the config files for the Plesk-plugin
php artisan vendor:publish --provider="nickurt\Plesk\ServiceProvider" --tag="config"
phpunit