Site Settings Like title, description, profile and Sitemap Generator
Before install looking for this packages and install it
You can install the package via composer:
composer require 3x1io/filament-sitemap
don't forget to migrate the settings table form spatie-laravel-settings-plugin
run migration
php artisan migrate
you can publish config to hide the helper hint from settings
php artisan vendor:publish --tag="filament-sitemap-config"
and now clear cache
php artisan optimize:clear
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.