shevtsovtn / get-sitemap
You can generate sitemap in one of three extensions.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/shevtsovtn/get-sitemap
Requires
- php: ^8.0
- ext-xmlwriter: *
- laravel/framework: ^9.19
Requires (Dev)
- orchestra/testbench: ^7.7
This package is auto-updated.
Last update: 2025-12-29 04:07:24 UTC
README
You can generate sitemap in one of three extensions.
Made by test assignment:
You need to write a site map generation library in various file formats: xml, csv, json.
The library must be moved to the repository on the githab and connected using the composer require ... command.
After that you can add the config file php artisan vendor:publish --provider="Sitemap\SitemapServiceProvider".
The task of generating a site map must be launched from the console using artisan.