serengiy/send-pulse

send-pulse package

1.0 2024-11-10 07:03 UTC

This package is auto-updated.

Last update: 2025-06-10 08:30:41 UTC


README

Installation

1. Add the Service Provider

Serengiy\SendPulse\Providers\SendPulseServiceProvider::class

2. Publish the Configuration File

Run the following Artisan command to publish the SendPulse configuration file:

php artisan vendor:publish --provider="Serengiy\SendPulse\Providers\SendPulseServiceProvider"

3. Add Environment Variables

Add the following configuration values to your .env file:

PULSE_USER_ID=YOUR_SENDPULSE_USER_ID
PULSE_SECRET=YOUR_SENDPULSE_SECRET