A package to generate sitemaps for Laravel applications.
Run: composer require imw/laravel-sitemap
Open: config/app.php
and put IMW\LaravelSitemap\SitemapServiceProvider::class
in providers.
Run: php artisan vendor:publish --tag=config --provider="IMW\LaravelSitemap\SitemapServiceProvider"
WIP!