Skip to content

pelazio/laravel-sitemap

 
 

Repository files navigation

Laravel-Sitemap package

Sitemap generator for Laravel.

Installation

Run the following command and provide the latest stable version (e.g v8.*) :

composer require pelazio/sitemap

or add the following to your composer.json file :

For Laravel 9

"pelazio/sitemap": "^9"

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

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

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.

About

Laravelium Sitemap generator for Laravel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.0%
  • XSLT 21.0%