naifalshaye / nova-push-notifications

A Laravel Nova tool to send push notifications. Currently supporting just via OneSignal
16 stars 3 forks source link

i'm getting a 'class not found' error #3

Open jayenne opened 5 years ago

jayenne commented 5 years ago

Hi, I've tried following your instructions but am getting the following error: Class 'App\Providers\NovaPushNotification' not found

Any thoughts on how i might resolve this? thanks..

Vagrant/Homestead Laravel/Nova/Spark

devnaif commented 5 years ago

try this use Naif\NovaPushNotification\NovaPushNotification; in NovaServiceProvider.php it's working