I have a shared hosting with OVH(France) and i have the \"Let\'s Encrypt\" certificate for my domain.
however, i looked everywhere for redirecting all requests from HTTP
You can set 'url' => env('APP_URL', 'https://localhost'), in config/app.php. That should do the trick.
'url' => env('APP_URL', 'https://localhost'),
config/app.php