craigpaul / laravel-postmark

A Postmark adapter for Laravel
MIT License
203 stars 23 forks source link

No hint path defined for [postmark] #147

Open ervshaikh opened 2 months ago

ervshaikh commented 2 months ago

error.txt The error is : No hint path defined for [postmark].

Integration Method using: MailMessage with notifiable in Laravel

Detailed description

I am trying to send an email from existing implementation of laravel notification using postmark email template method.

toMail() which extends by Notification image

call from controller using user->notify(with Notification class) image

Context

Why is this change important to you? How would you use it?

How can it benefit other users?

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

In Local environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

craigpaul commented 2 months ago

Hey @ervshaikh, do you by chance have this package's service provider in the extra.laravel.dont-discover key inside your composer.json file? The only way I can reproduce this is by having the service provider be ignored/not run.