File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
This package allows to send SMS using Textlocal API using laravel notifications
2
2
3
- Supports Laravel 5.5 to 8 .x
3
+ Supports Laravel 5.5 to 9 .x
4
4
5
5
# Found any bugs or improvement open an issue or send me a PR
6
6
@@ -34,7 +34,7 @@ Create an account in textlocal then create an API key or hash(password).
34
34
35
35
### Setting up the textlocal service
36
36
37
- default textlocal config update as desired
37
+ default config ` textlocal.php ` update where desired
38
38
```
39
39
return [
40
40
'username' => env('TEXTLOCAL_USERNAME'),
@@ -55,7 +55,7 @@ return [
55
55
TEXTLOCAL_HASH=get it from url '/docs/' under your API KEYS section
56
56
TEXTLOCAL_API_KEY get it from url '/docs/' under your API KEYS section
57
57
TEXTLOCAL_SENDER=Name of the Sender that will be displayed to the recipient (max 6 Characters).
58
- TEXTLOCAL_COUNTRY=Your Two letter(ISO-3166-alpha-2) Country Code. It should be the Country of the TEXTLOCAL account.
58
+ TEXTLOCAL_COUNTRY=Your Two letter(ISO-3166-alpha-2) Country Code. It should be the Country of the TEXTLOCAL account. defaults to IN
59
59
```
60
60
61
61
### Publish Config
You can’t perform that action at this time.
0 commit comments