Hi
I'm setting up a new project that locally runs in Laravel Valet (default on the HTTP protocol), but needs to be deployed to a website where the protocol (and redirects) default are set to HTTPS.
Which basic configuration should be made beside of the APP_URL=https://projet-name.test
in .env
?
Thanks