anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

Not reading the published config file #141

Open henriquepalazzo opened 5 years ago

henriquepalazzo commented 5 years ago

For some reason, the published config file is not being read. When I set the secret and key directly on the config file inside the vendor folder, it works, otherwise, not.

Habier commented 5 years ago

Can I have a look at your config file? I just missconfigured it today. I was using =>env('adasdf87s8df787sd7f87') instead of just =>'adasdf87s8df787sd7f87'

astalpaert commented 4 years ago

Is your config file cached (php artisan config:cache)? Try to clear your config with: php artisan config:clear