Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
/ laravel-plesk Public archive
forked from nickurt/laravel-plesk

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

Notifications You must be signed in to change notification settings

DALTCORE/laravel-plesk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%