serengiy / send-pulse
send-pulse package
1.0
2024-11-10 07:03 UTC
Requires
- php: ^8.0
- ext-openssl: *
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