greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

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

Open mathishuettl opened 7 years ago

mathishuettl commented 7 years ago

Hello,

when i run

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

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

ryantology commented 7 years ago

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

sunchayn commented 7 years ago

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

tayyabhussainit commented 4 years ago

php artisan config:cache