Add laravel .env file boilerplate instead of config array as integration
Hello, when using the Laravel Framework, the integration you provided overrides the default configuration values which resolves .env file. That is why, we end up entering this information manually.
Instead, can you please provide the .env file values as well/instead of the config file?
Like:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME={mail_username}
MAIL_PASSWORD={mail_password}
MAIL_ENCRYPTION=null

Hi,
Thank you for your request, makes perfect sense! This feature request is already in our to-do list and will be implemented any time soon. Please, stay tuned!