1.4.0
Now allow add "www." prefix during redirection with configurable:
return [
'force-https-module' => [
/** Other required config here **/
'add_www_prefix' => true,
],
];
So, when we open 'http://example.com' it will be redirected to 'https://www.example.com'.
For complete configuration set, please consult the README