Download the PHP package lutomski/laravel-sitemap without Composer
On this page you can find all versions of the php package lutomski/laravel-sitemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lutomski/laravel-sitemap
More information about lutomski/laravel-sitemap
Files in lutomski/laravel-sitemap
Package laravel-sitemap
Short Description Laravelium Sitemap package for Laravel.
License MIT
Homepage https://laravelium.com
Informations about the package laravel-sitemap
Laravel Sitemap Package for Laravel 9/10/11
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:
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:
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.