From dcf33389529c6d23b798e8104ad215478f4d1b17 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 21 Jan 2021 20:52:22 +0100 Subject: Adds sitemap. --- app/Console/Commands/GenerateSitemap.php | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 app/Console/Commands/GenerateSitemap.php (limited to 'app/Console/Commands') diff --git a/app/Console/Commands/GenerateSitemap.php b/app/Console/Commands/GenerateSitemap.php new file mode 100644 index 0000000..089f60a --- /dev/null +++ b/app/Console/Commands/GenerateSitemap.php @@ -0,0 +1,45 @@ +writeToFile(public_path('sitemap.xml')); + } +} -- cgit v1.2.3