rubium / laravel-sitemap
Rubium Sitemap package for Laravel.
Installs: 1 099
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 276
Open Issues: 0
Requires
- php: ^7.2.5|^8.0
- illuminate/filesystem: ^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^6.0|^7.0|^8.15|^9.0
Requires (Dev)
- laravel/framework: ^v6.20.42|^7.30.6|^8.75|^9.0
- orchestra/testbench-core: ^4.18|^5.18|^6.23|^7.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8.5.8|^9.3.3
This package is auto-updated.
Last update: 2025-02-14 05:35:40 UTC
README
Rubium LaravelSitemap 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 (e.g v8.*) :
composer require rubium/sitemap
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Rubium\LaravelSitemap\LaravelSitemapServiceProvider"
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.