I want to remove the laravel logo from the email template. I am used to markdown mailable class.
CodePudding user response:
you need to publish the mail package’s resources.
you can use:
php artisan vendor:publish --tag=laravel-mail
You should check the laravel mail document better: https://laravel.com/docs/8.x/mail