DEV Community

Discussion on: Laravel mail from localhost

Collapse
 
kyslik profile image
Martin Kiesel

I just stopped after php artisan make:mail Testmail unless its a test (like unit / feature one) do not name anything with Test in it (also use CamelCase). Why not, slap the article here instead of re-linking, is it even allowed?

Collapse
 
ajaydeveloper profile image
AjayMalhotra

Hi, I changed the php artisan make:mail Testmail to php artisan make:mail PaymentDone :)

Collapse
 
ajaydeveloper profile image
AjayMalhotra

Yes you are right. I will change it now. Good point.