dangquangha/render-sitemap-xml

There is no license information available for the latest version (dev-master) of this package.

dev-master 2021-09-20 08:33 UTC

This package is auto-updated.

Last update: 2025-03-20 16:12:16 UTC


README

This package will help render your website's sitemap xml

You can understand how this package works through the following picture

To use this package, please follow the steps below:

Step 1:

composer require dangquangha/render-sitemap-xml

Step 2:

php artisan vendor:publish --provider="SitemapRenderXML\SitemapRenderServiceProvider" 

Step 3:

php artisan config:cache

Step 4:

php artisan make:sitemap-xml

If you want to change module render on your website you just edit the config/sitemap_render.php

[
    "module_name"   => "module_name",
    "table_name"    => "table_name",
    'field_url_seo' => "field_url_seo",
    "file_name"     => "file_name"
]

NOTE: every single record need 1 field "check_sitemap" with value is 0 or 1