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 6
6
[ ![ Psalm] ( https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/psalm.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/psalm.yml )
7
7
[ ![ Check & fix styling] ( https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/php-cs-fixer.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-twilio-verify/actions/workflows/php-cs-fixer.yml )
8
8
9
- This package was developed to give you a quick start to communicate start and
10
- check a verification with Twilio Verify.
9
+ This package was developed to give you a quick start to communicate with the
10
+ Twilio Verify service .
11
11
12
12
⚠️ This package is not designed as a replacement of the official
13
13
[ Twilio REST API] ( https://www.twilio.com/docs/verify/api ) .
@@ -124,14 +124,14 @@ CodebarAg\TwilioVerify\DTO\VerificationCheck {
124
124
## 🔧 Configuration file
125
125
126
126
You can publish the config file with:
127
+
127
128
``` bash
128
129
php artisan vendor:publish --provider=" CodebarAg\TwilioVerify\TwilioVerifyServiceProvider" --tag=" laravel-twilio-verify-config"
129
130
```
130
131
131
132
This is the contents of the published config file:
132
133
133
134
``` php
134
-
135
135
return [
136
136
137
137
/*
You can’t perform that action at this time.
0 commit comments