Skip to content

Commit

Permalink
Added Logger Driver Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored Jan 28, 2025
1 parent 2e9d65a commit 5a87b16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
| Note: while adding prefix add closing ending slash '/'
*/
'providers' => [
//Log
Providers::Logger => [
'driver' => \Laraflow\Sms\Drivers\Logger::class,
'live' => [
'throw' => false
],
'sandbox' => [
'throw' => false
],
],
//Global
Providers::AFRICAS_TALKING => [
'driver' => \Laraflow\Sms\Drivers\AfricasTalking::class,
Expand Down

0 comments on commit 5a87b16

Please sign in to comment.