To publish the email view run the following artisan command
php artisan vendor:publish --tag=laravel-mail
They are published in resources->views->vendor->mail
To publish the email view run the following artisan command
php artisan vendor:publish --tag=laravel-mail
They are published in resources->views->vendor->mail
Comments