A few tweaks to mail config.
This commit is contained in:
@@ -8,5 +8,10 @@ DB_USERNAME=homestead
|
||||
DB_PASSWORD=secret
|
||||
|
||||
CACHE_DRIVER=file
|
||||
MAIL_DRIVER=smtp
|
||||
SESSION_DRIVER=file
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
|
||||
Reference in New Issue
Block a user