Closed vesper8 closed 4 years ago
One thing that threw me off is that the config defaults to the new Laravel 8 model structure. If using with Laravel 7 or before make sure to change
'user_model' => 'App.Models.User',
to
'user_model' => 'App.User',
in config/nova-notifications.php
One thing that threw me off is that the config defaults to the new Laravel 8 model structure. If using with Laravel 7 or before make sure to change
to
in config/nova-notifications.php