/laravel-plesk

A Plesk Onyx 17.8 REST-API Wrapper for Laravel 5.7 [WIP]

Primary LanguagePHP

Laravel Plesk Onyx 17.8

Installation

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"

Tests

phpunit