Need Notifications to be centered and bigger. Getting error doing what docs say.
Hello.
I need to change the look and position of the notifications saying:
Created.
Deleted.
Saved correctly.
I have followed the official docs here : https://filamentphp.com/docs/2.x/notifications/customizing-notifications
I have put this code in app\Providers\AppServiceProvider.php
I have also created the blade view file at resources\views\notifications\notification.blade.php
But I am getting an error:
Unable to locate a class or view for component [notifications::notification].
It takes quite a few seconds thinking before thowing that error.
Any ideas of what might be happening or what I am doing wrong.
This is the first time I need to customize the notifications duration, size, etc.
Tks.
0 Replies