benbjurstrom / laravel-sitemap-lite
Create and generate sitemaps with ease
Fund package maintenance!
spatie.be/open-source/support-us
Requires
- php: ^8.2||^8.3||^8.4
- illuminate/support: ^10.0|^11.0
- nesbot/carbon: ^2.71|^3.0
- spatie/laravel-package-tools: ^1.16.1
Requires (Dev)
- mockery/mockery: ^1.6.6
- orchestra/testbench: ^8.14|^9.0
- pestphp/pest: ^2.24
- spatie/pest-plugin-snapshots: ^2.1
- spatie/phpunit-snapshot-assertions: ^5.1.2
- spatie/temporary-directory: ^2.2
This package is not auto-updated.
Last update: 2025-02-15 01:52:37 UTC
README
A lightweight fork of spatie/laravel-sitemap designed for creating sitemaps manually without auto-discovery or crawling your site. The purpose of this fork is to lighten dependencies and code by removing the crawling functionality. If you need auto-discovery, please use the original package at spatie/laravel-sitemap.