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