Skip to content

adminhz2020/render-sitemap-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Render Sitemap XML

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages