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

[11.x] Pick up existing views and markdowns when creating mails #53308

Open
wants to merge 2 commits into
base: 11.x
Choose a base branch
from

Conversation

kevinb1989
Copy link
Contributor

@kevinb1989 kevinb1989 commented Oct 26, 2024

I spend a whole afternoon designing an email template named resources/views/customers/welcome.blade.php.

Then I run the command php artisan make:mail --view=customers.welcome.

And my completed template has been replaced with the stub file.

This is not exactly ideal, and it is easy to fix. People might have existing templates to use, or design them first. If blade files are already present, it would be great if they are picked up.

To be consistent, I do the same with markdowns.

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

Successfully merging this pull request may close these issues.

1 participant