codaptive / laravel-pinpoint
AWS Pinpoint driver for Laravel
Installs: 9 834
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: >=7.3
- aws/aws-sdk-php: ^3.133
- laravel/framework: ^6.0|^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ^8.5
README
Mail driver to send email using AWS Pinpoint
Installation
composer require codaptive/laravel-pinpoint
Configuration
- Set
MAIL_DRIVER=pinpoint
- Add the following to the
.env
AWS_KEY AWS_SECRET AWS_DEFAULT_REGION AWS_PINPOINT_APPLICATION_ID
- You can also do
php artisan vendor:publish
and modify theconfig/pinpoint.php
file to use existing env vars.