shevtsovtn / get-sitemap
You can generate sitemap in one of three extensions.
dev-master
2022-08-29 20:46 UTC
Requires
- php: ^8.0
- ext-xmlwriter: *
- laravel/framework: ^9.19
Requires (Dev)
- orchestra/testbench: ^7.7
This package is auto-updated.
Last update: 2025-05-29 01:56:25 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.