How to Change URL from HTTP to HTTPS on Laravel
Based on Solving my problem! Since the proxy uses HTTPS and Laravel uses HTTP Request as default you may try to configure it to HTTPS. Like this config/app.php 'url' =>…
Personal Blog and Portfolio