You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set in the config like this: 'email_reset_password' => 'emails.auth.passwordreset'
and I create a view in app/views/emails/auth/passwordreset.blade.php, but it doesn't work, I got this error when running artisan queue:work:
[InvalidArgumentException]
View [emails.auth.passwordreset] not found.
And what if I want to put the view in a sub directory like app/something/emails/auth ?
I'm using L4.2 and Confide 4.2.*
Thanks!
The text was updated successfully, but these errors were encountered:
I have set in the config like this:
'email_reset_password' => 'emails.auth.passwordreset'
and I create a view in app/views/emails/auth/passwordreset.blade.php, but it doesn't work, I got this error when running artisan queue:work:
And what if I want to put the view in a sub directory like app/something/emails/auth ?
I'm using L4.2 and Confide 4.2.*
Thanks!
The text was updated successfully, but these errors were encountered: