I followed the steps described on documentation to send notifications in an API Controller with webpush, but I keep receiving this message output:
"message": "Target [NotificationChannels\WebPush\ReportHandlerInterface] is not instantiable while building [NotificationChannels\WebPush\WebPushChannel].",
"exception": "Illuminate\Contracts\Container\BindingResolutionException",
"file": "/web/htdocs/www.sglive.it/home/apidev/project/vendor/laravel/framework/src/Illuminate/Container/Container.php",
"line": 1087,
I followed the steps described on documentation to send notifications in an API Controller with webpush, but I keep receiving this message output:
"message": "Target [NotificationChannels\WebPush\ReportHandlerInterface] is not instantiable while building [NotificationChannels\WebPush\WebPushChannel].", "exception": "Illuminate\Contracts\Container\BindingResolutionException", "file": "/web/htdocs/www.sglive.it/home/apidev/project/vendor/laravel/framework/src/Illuminate/Container/Container.php", "line": 1087,
Any idea on how to solve this?