nik / laravel-sitemap
Laravel Sitemap package for Laravel.
1.0
2023-06-03 03:44 UTC
Requires
- php: ^7.3|^8.0|^8.1
- illuminate/filesystem: ^8.42|^9.0||^10.0
- illuminate/support: ^8.82|^9.0|^10.0
This package is auto-updated.
Last update: 2025-03-31 07:47:44 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.