josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
188 stars 37 forks source link

Config file publishing #8

Closed ijaureguialzo closed 4 years ago

ijaureguialzo commented 4 years ago

Hello, I'm starting with this and the config file publishing is not working.

The documentation says:

php artisan vendor:publish --provider="Lunaweb\RecaptchaV3\RecaptchaV3ServiceProvider"

but I only was able to publish it doing:

php artisan vendor:publish --provider="Lunaweb\RecaptchaV3\Providers\RecaptchaV3ServiceProvider"

Maybe the namespace is wrong or just the docs.