import DB with this line first,
use IlluminateSupportFacadesDB;
php artisan vendor:publish --provider="PrettusRequestLoggerProvidersLoggerServiceProvider"
check whethe the serviceprovider is added in the providers array in config/app.php
if no then check whether the service provider class is the correct location and
include the serivce provider in the providers array in config.app.php
check whethe the serviceprovider is added in the providers array in config/app.php
if no then check whether the service provider class is the correct location and
include the serivce provider in the providers array in config.app.php