jyarali/to-sitemap is a Laravel package for sitemap for to.
It currently has 0 GitHub stars and 26 downloads on Packagist (latest version v6.0.1).
Install it with composer require jyarali/to-sitemap.
Discover more Laravel packages by jyarali
or browse all Laravel packages to compare alternatives.
Last updated
Laravelium Sitemap generator for Laravel.
Run the following command and provide the latest stable version (e.g v6.0.*) :
composer require laravelium/sitemap
or add the following to your composer.json file :
"laravelium/sitemap": "6.0.*"
(development branch)
"laravelium/sitemap": "6.0.x-dev"
"laravelium/sitemap": "3.1.*"
(development branch)
"laravelium/sitemap": "3.1.x-dev"
"laravelium/sitemap": "3.0.*"
(development branch)
"laravelium/sitemap": "3.0.x-dev"
"laravelium/sitemap": "2.8.*"
(development branch)
"laravelium/sitemap": "2.8.x-dev"
"laravelium/sitemap": "2.7.*"
(development branch)
"laravelium/sitemap": "2.7.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
Note: Composer won't update them after composer update, you'll need to do it manually!
and more in the Wiki.
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.