nik/laravel-sitemap

Laravel Sitemap package for Laravel.

1.0 2023-06-03 03:44 UTC

This package is auto-updated.

Last update: 2024-05-03 05:55:50 UTC


README

Laravel Sitemap generator for Laravel.

  • Original this package Laravelium Sitemap , I adopted this package and tested with laravel 9.
  • PHPTest is not tested

Notes

  • Dev Branches are for development and are UNSTABLE (use on your own risk)!

Installation

Run the following command and provide the latest stable version :

composer require nik/laravel-sitemap

Publish needed assets (styles, views, config files) :

php artisan vendor:publish --provider="Nik\Sitemap\SitemapServiceProvider"

Note: Composer won't update them after composer update, you'll need to do it manually!

Examples

and more in the Wiki.

Contribution guidelines

Before submiting new merge request or creating new issue, please read contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.