Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-sitemap maintained by nik

Description
Laravel Sitemap package for Laravel.
Last update
2023/06/03 06:05 (dev-master)
License
Links
Downloads
50

Comments
comments powered by Disqus

[Laravel Sitemap] package

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.