lutomski / laravel-sitemap
Laravelium Sitemap package for Laravel.
Requires
- php: ^8.2
- illuminate/filesystem: ^11.0
- illuminate/support: ^11.0
Requires (Dev)
- laravel/framework: ^11.0
- phpunit/phpunit: ^11.0
- dev-master
- 11.0.0
- 10.0.0
- 9.0.0
- 8.x-dev
- 8.0.1
- 7.x-dev
- v7.0.1
- 6.0.x-dev
- v6.0.1
- 3.1.x-dev
- v3.1.1
- 3.0.x-dev
- v3.0.1
- 2.8.x-dev
- v2.8.3
- v2.8.2
- v2.8.1
- 2.7.x-dev
- v2.7.3
- v2.7.2
- 2.6.x-dev
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.5.8
- v2.5.6
- v2.5.5
- v2.5.3
- v2.5.2
- v2.4.20
- v2.4.19
- v2.4.16
- v2.4.15
- v2.4.11
- dev-klimov.paul/Sitemap-181-use-contracts
- dev-archive
This package is auto-updated.
Last update: 2025-04-14 12:10:52 UTC
README
This package, lutomski/laravel-sitemap
, is designed to provide a compatible and efficient sitemap integration for Laravel versions 9, 10, and 11. It was created in response to compatibility issues with the official Laravelium Sitemap package, ensuring that your application's SEO needs are met without hassle.
Why lutomski/laravel-sitemap
?
- Compatibility: Specifically tailored for Laravel versions 9, 10, and 11.
- Ease of Integration: Quick installation and setup process.
- Customization: Ability to publish and customize assets to fit your project's requirements.
Official Package Reference
For context, here is the original package: Laravelium Sitemap on GitHub.
Installation Guide
Step 1: Install via Composer
To add the sitemap functionality to your Laravel project, run:
composer require lutomski/laravel-sitemap
Version Specific Instructions
Step 2: Manual Addition for Specific Versions
Alternatively, manually specify the version in your project's composer.json
file. Here's how you can do it for different Laravel versions:
Laravel Version | Package Version |
---|---|
Laravel 11 | "lutomski/laravel-sitemap": "^11.*" |
Laravel 10 | "lutomski/laravel-sitemap": "^10.*" |
Laravel 9 | "lutomski/laravel-sitemap": "^9.*" |
Step 3: Publish Assets
After installation, publish the necessary assets (styles, views, config files) to your project:
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
Support and Contributions
For support, feature requests, or to contribute, please visit our GitHub repository. Your feedback and contributions are highly appreciated as they help improve this package for the Laravel community.
TODO:
- Complete rewrite of the package