dragonzap / sitemap
Laravelium Sitemap package for Laravel. Taken over by Dragon Zap
Requires
- php: >=8.0
- illuminate/filesystem: ^9.0
- illuminate/support: ^9.0
Requires (Dev)
- laravel/framework: ^9.0
- orchestra/testbench-core: ^6.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-03-29 01:07:50 UTC
README
(https://packagist.org/packages/dragonzap/sitemap)
Laravelium Sitemap 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:
composer require dragonzap/sitemap
or for older laravel versions use the original package laravelium and add the following to your composer.json
file :
For Laravel 8
"laravelium/sitemap": "8.*"
(development branch)
"laravelium/sitemap": "8.x-dev"
For Laravel 7
"laravelium/sitemap": "7.*"
(development branch)
"laravelium/sitemap": "7.x-dev"
For Laravel 6
"laravelium/sitemap": "6.*"
(development branch)
"laravelium/sitemap": "6.x-dev"
For Laravel 5.8
"laravelium/sitemap": "3.1.*"
(development branch)
"laravelium/sitemap": "3.1.x-dev"
For Laravel 5.7
"laravelium/sitemap": "3.0.*"
(development branch)
"laravelium/sitemap": "3.0.x-dev"
For Laravel 5.6
"laravelium/sitemap": "2.8.*"
(development branch)
"laravelium/sitemap": "2.8.x-dev"
For Laravel 5.5
"laravelium/sitemap": "2.7.*"
(development branch)
"laravelium/sitemap": "2.7.x-dev"
Publish needed assets (styles, views, config files) :
For Dragon Zap package use
php artisan vendor:publish --provider="Dragonzap\Sitemap\SitemapServiceProvider"
For Laravelium package use
php artisan vendor:publish --provider="Laravelium\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.