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
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