Skip to content

Laravel – Pushing env changes up

Issue Description

Just came across a struggle with bookit and supplier hub around pushing env changes up (changing mailgun/email provider details)

 

 

Affected Browsers

Issue Type

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

Back to Issues List