mirovit / nova-notifications

65 stars 26 forks source link

beware the config default if using with Laravel 7 or lower #16

Closed vesper8 closed 4 years ago

vesper8 commented 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