Issue Description
Just came across a struggle with bookit and supplier hub around pushing env changes up (changing mailgun/email provider details)
How to Fix the Issue
Use the following commands in order
Fixed Code Snippets
php artisan config:clear
php artisan cache:clear
composer dump-autoload
php artisan view:clear
php artisan route:clear
References
Reference Description |
Reference Link |
---|---|
Stackoverflow post |
View Page |