Skip to main content

Installation

  1. Install badaso core first, then install badaso sitemap module
    composer require badaso/sitemap-module
  2. Add the plugins to your .env. If you have another plugins installed, include them using delimiter comma (,).
    MIX_BADASO_MENU=${MIX_DEFAULT_MENU},sitemap-module
    MIX_BADASO_PLUGINS=sitemap-module
    MIX_BADASO_POST_URL_PREFIX="change-with-your-theme-prefix"
  3. Setup the sitemap module
    php artisan badaso-sitemap:setup
  4. Your sitemap is ready, you can access the sitemap /sitemap.xml