I have got the same kind of issue a few days back. So I did this: Run this command
php artisan config:cache
php artisan config:clear
And it solved my issue.Most of the issues are solved by this.
I recommend to try this first and if this doesn't solve your issue then go for other hacks.