amanch/laravel-pinpoint

AWS Pinpoint driver for Laravel

Maintainers

Package info

github.com/rachitt2812/laravel-pinpoint

Homepage

pkg:composer/amanch/laravel-pinpoint

Statistics

Installs: 137

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2024-04-05 07:22 UTC

This package is not auto-updated.

Last update: 2026-02-20 18:56:29 UTC


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 the config/pinpoint.php file to use existing env vars.