ActiveCampaign / laravel-postmark-provider

A Postmark adapter for Laravel 5+
30 stars 9 forks source link

Encourage storing of Postmark token in .env file #7

Closed bryceadams closed 8 years ago

bryceadams commented 8 years ago

It'd be better to encourage people put the token in their .env file rather than directly in services.php (just in case they aren't aware that they should do this).

Thanks for the package!