Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kutukode opened this issue Apr 4, 2015 · 1 comment
Closed

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

kutukode opened this issue Apr 4, 2015 · 1 comment

Comments

@kutukode
Copy link

kutukode commented Apr 4, 2015

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
Copy link
Author

kutukode commented Apr 5, 2015

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

@kutukode kutukode closed this as completed Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant