Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

How to set my own view for password reset? #527

Closed kutukode closed 9 years ago

kutukode commented 9 years ago

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!

kutukode commented 9 years ago

Got it, made changes in config/view.php.