Skip to content

Commit 610ba82

Browse files
authored
Update textlocal.php
1 parent 0378869 commit 610ba82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/textlocal.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?php
22

33
return [
4+
'username' => env('TEXTLOCAL_USERNAME'),
5+
'password' => env('TEXTLOCAL_PASSWORD'),
6+
'hash' => env('TEXTLOCAL_HASH'),
7+
'api_key' => env('TEXTLOCAL_API_KEY'),
8+
'sender' => env('TEXTLOCAL_SENDER'),
49
'request_urls' => [
510
'IN' => 'https://api.textlocal.in/',
611
'UK' => 'https://api.txtlocal.com/'

0 commit comments

Comments
 (0)