workable-hz/render-sitemap-xml

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

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/workable-hz/render-sitemap-xml

dev-master 2022-03-23 09:37 UTC

This package is auto-updated.

Last update: 2025-09-23 17:06:26 UTC


README

This package will help render your website's sitemap xml

To use this package, please follow the steps below:

Step 1:

composer require workable-hz/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