laravel asset resolving to http not https

122

/** Enable HTTPS */
if(env('REDIRECT_HTTPS')) {
    $url->forceSchema('https');
}

Comments

Submit
0 Comments