We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378869 commit 610ba82Copy full SHA for 610ba82
config/textlocal.php
@@ -1,6 +1,11 @@
1
<?php
2
3
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'),
9
'request_urls' => [
10
'IN' => 'https://api.textlocal.in/',
11
'UK' => 'https://api.txtlocal.com/'
0 commit comments