Closed fomvasss closed 7 years ago
You can use this package for laravel.
This enniel/epochta package does not actual?
You can also use so:
Add your private and public keys to your config/services.php
:
// config/services.php
...
'epochta' => [
'sms' => [
'public_key' => env('EPOCHTA_SMS_PUBLIC_KEY'),
'private_key' => env('EPOCHTA_SMS_PRIVATE_KEY'),
],
],
...
And then in your code:
\Enniel\Epocha\Facades\SMS::sendSMS([])
Hey. Can not understand how to use. Show, please, an example use this package