Laravel config for MailHog

A few people have asked trivial question- how to configure Laravel to send email to MailHog

So pretty simple, here you go, the config itself:

MAIL_MAILER=smtp
MAIL_HOST=0.0.0.0
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null