This repository was archived by the owner on Nov 1, 2025. It is now read-only.
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 66[ ![ 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 )
77[ ![ 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 )
88
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 .
1111
1212⚠️ This package is not designed as a replacement of the official
1313[ Twilio REST API] ( https://www.twilio.com/docs/verify/api ) .
@@ -124,14 +124,14 @@ CodebarAg\TwilioVerify\DTO\VerificationCheck {
124124## 🔧 Configuration file
125125
126126You can publish the config file with:
127+
127128``` bash
128129php artisan vendor:publish --provider=" CodebarAg\TwilioVerify\TwilioVerifyServiceProvider" --tag=" laravel-twilio-verify-config"
129130```
130131
131132This is the contents of the published config file:
132133
133134``` php
134-
135135return [
136136
137137 /*
You can’t perform that action at this time.
0 commit comments