Hello to dev,
Here I am going to share the working and tested link for Laravel mail from localhost:
Laravel mail from localhost with Angular
Hope this will help.
Thank you,
Therichpost
Hello to dev,
Here I am going to share the working and tested link for Laravel mail from localhost:
Laravel mail from localhost with Angular
Hope this will help.
Thank you,
Therichpost
For further actions, you may consider blocking this person and/or reporting abuse
EsdrasSantosDV -
Ahmet Erkan Paşahan -
Wanderson Alves Rodrigues -
Michael De Abreu -
Top comments (6)
I just stopped after
php artisan make:mail Testmail
unless its a test (like unit / feature one) do not name anything withTest
in it (also use CamelCase). Why not, slap the article here instead of re-linking, is it even allowed?Hi, I changed the php artisan make:mail Testmail to php artisan make:mail PaymentDone :)
Yes you are right. I will change it now. Good point.
With laragon you can do.
Wow this is new. I will search on this.
I prefer using
log
driver for local development. Good article 👍