0

Good afternoon. Please tell me, how can you substitute your custom letters while using

composer require laravel/ui php artisan ui bootstrap --auth

in Laravel 9.

Is it possible to make sure that the user receives a password reset letter and an email confirmation email not from Laravel templates, but from my blade files?

in standard blade files /auth/emails there are no such emails, which could be edited

0

1 Answer 1

0

these blade files are inside vendor directory

you can publish them to your resources/views/notifications/ or resources/views/emails/ and edit them by

php artisan vendor:publish --tag=laravel-notifications php artisan vendor:publish --tag=laravel-mail

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.