You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,16 @@ Or add an alias in your `config/app.php`
56
56
],
57
57
```
58
58
59
+
To verify that everything is working as expected, excecute the following php code somewhere in your application, either
60
+
in an example route or in `php artisan tinker` if you are in Laravel.
61
+
62
+
```php
63
+
// this should print an array of some default configuration values
64
+
MSG91::otp()->toArray()
65
+
```
66
+
67
+
If there is an issue, please check the steps again or open an issue for support.
68
+
59
69
## Configuration
60
70
61
71
As the [msg91-php][client] offers configuration that are similar to Laravel's configuration, this package simply ports the Laravel's configuration to the msg91-php client.
0 commit comments