Skip to content

Commit 09779cf

Browse files
authored
Update README.md
php artisan vendor:publish --provider="Mews\Captcha\CaptchaServiceProvider" command for publish exact mews captcha config file.
1 parent 70fc129 commit 09779cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For Laravel 11 : you do not need to add the alias, it will be added automaticall
105105
### Custom settings:
106106
To use your own settings, publish config.
107107

108-
```$ php artisan vendor:publish```
108+
```$ php artisan vendor:publish --provider="Mews\Captcha\CaptchaServiceProvider"```
109109

110110
`config/captcha.php`
111111

0 commit comments

Comments
 (0)