Skip to content

rubium-web/laravel-sitemap

 
 

Repository files navigation

Rubium LaravelSitemap package

License PHP tests Maintainability Test Coverage Style Status Latest Stable Version Total Downloads

Rubium LaravelSitemap generator for Laravel.

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 (e.g v8.*) :

composer require rubium/sitemap

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

php artisan vendor:publish --provider="Rubium\LaravelSitemap\LaravelSitemapServiceProvider"

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.

About

Sitemap generator for Laravel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.3%
  • XSLT 18.7%