chenjia404/sitemap is a Laravel package for laravelium sitemap package for laravel..
It currently has 0 GitHub stars and 7 downloads on Packagist (latest version v10.0.0).
Install it with composer require chenjia404/sitemap.
Discover more Laravel packages by chenjia404
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 v8.*) :
composer require laravelium/sitemap
or add the following to your composer.json file :
"laravelium/sitemap": "8.*"
(development branch)
"laravelium/sitemap": "8.x-dev"
"laravelium/sitemap": "7.*"
(development branch)
"laravelium/sitemap": "7.x-dev"
"laravelium/sitemap": "6.*"
(development branch)
"laravelium/sitemap": "6.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.