This is my code in Laravel :
SitemapGenerator::create('https://'.request()->getHost())->writeToFile(request()->getHost().'.xml');
After generating the sitemap I am getting this type of URLs
<url>
<loc>https://example.com/login?redirectTo=https://example.com/posts/wvj/test</loc>
<lastmod>2021-01-20T19:39:59+06:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
Thanks