how does laravel know if it's on https or http?
I just installed https on my app but I have customer who enabled cloudfare https on his website and links that my app generates are http and not https despite that the address in the browser is https?
How does laravel know? Does server tell it that it's on https or does it figure this out it self?