Skip to content

steffjenl/laravel-kemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-kemp

Build Status

Laravel package for Kemp Loadmaster

Installation

Install the package using composer:

composer require steffjenl/laravel-kemp

On Laravel versions before 5.5 you also need to add the service provider to config/app.php manually:

    SteffjeNL\LaravelKemp\LaravelKempServiceProvider::class,

Then add this in config/services.php:

        'kemp' => [
            'ipAddress'         => env('KEMP_IPADDRESS'),
            'username'          => env('KEMP_USERNAME'),
            'password'          => env('KEMP_PASSWORD'),
            'certificate'       => env('KEMP_CERTIFICATE', null),
            'verifyCertificate' => env('KEMP_VERIFYSSL', true),
        ],

Finally, add the fields KEMP_IPADDRESS, KEMP_USERNAME and KEMP_PASSWORD to your .env file with the appropriate credentials.

Note: Certificate is not used yet!

Configuration

About

Laravel package for Kemp Loadmaster

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages