recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

php artisan vendor:publish -> file /config/recaptcha.php not exist

Open mathishuettl opened this issue 7 years ago • 3 comments

Hello,

when i run

php artisan vendor:publish --provider="Greggilbert\Recaptcha\RecaptchaServiceProvider"

No Recaptcha.php file in /config gets generated.. what's to do?

mathishuettl avatar Jun 07 '17 07:06 mathishuettl

Make sure to follow step 1 before step 2. I have verified that it works.

ryantology avatar Jun 13 '17 16:06 ryantology

And make sure that you cleared the config cache after the step 1, good luck

sunchayn avatar Jul 29 '17 12:07 sunchayn

php artisan config:cache

tayyabhussainit avatar Jan 09 '20 07:01 tayyabhussainit