serengiy/send-pulse

send-pulse package

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/serengiy/send-pulse

1.0 2024-11-10 07:03 UTC

This package is auto-updated.

Last update: 2025-12-10 09:26:45 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