abuseio/findcontact-whmcs is a Laravel package for abuseio module for ip lookups in whmcs..
It currently has 1 GitHub stars and 14 downloads on Packagist.
Install it with composer require abuseio/findcontact-whmcs.
Discover more Laravel packages by abuseio
or browse all Laravel packages to compare alternatives.
Last updated
findcontact module for ip lookups using the whmcs api
This software is in beta. Please test and report back to us.
composer require abuseio/findcontact-whmcs
copy the extra/config/main.php to the config override directory of your environment (e.g. production)
cp vendor/abuseio/findcontact-whmcs/extra/config/main.php config/production/main.php
cp vendor/abuseio/findcontact-whmcs/extra/config/main.php config/development/main.php
add the following line to providers array in the file config/app.php:
'AbuseIO\FindContact\Whmcs\WhmcsServiceProvider'
<?php
return [
'findcontact-whmcs' => [
'enabled' => true,
'auto_notify' => false,
],
];