Publishing the notifications-views files does not use them by default?
Running
artisan vendor:publish --tag=notifications-views
and then for example commenting out mostly everything in the resources/views/vendor/notifications/notification.blade.php
file and replacing it with some text like 'Test' then firing off a notification still seemingly uses the original vendor blade file as it contains all the title and body information.
Is there something i'm missing?0 Replies