victorbuild/sitemap

sitemap package for Laravel10 and PHP8
4,199 2
Install
composer require victorbuild/sitemap
Latest Version:10.0.0
PHP:^8.1
License:MIT
Last Updated:Jun 7, 2023
Links: GitHub  ·  Packagist
Maintainer: victorbuild

Victorbuild Sitemap package

License PHP tests Maintainability Test Coverage StyleCI Latest Stable Version Total Downloads PHP Version Require

Sitemap generator for Laravel10.

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 victorbuild/sitemap

or add the following to your composer.json file :

For Laravel 10

"victorbuild/sitemap": "10.*"

(development branch)

"victorbuild/sitemap": "10.x-dev"

For Laravel 9

"victorbuild/sitemap": "9.*"

(development branch)

"victorbuild/sitemap": "9.x-dev"

Publish needed assets (styles, views, config files) :

php artisan vendor:publish --provider="Victorbuild\Sitemap\SitemapServiceProvider"

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.

Related Packages

lutomski/laravel-sitemap

Laravelium Sitemap package for Laravel (9, 10, 11 and 12).

111,373 2
rumenx/php-sitemap

Framework-agnostic Sitemap generator for PHP, Laravel, and Symfony.

35,278 1,340
ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

493,996 36
juzaweb/sitemap

Laravelium Sitemap package for Laravel.

632,889 0
hippomundo/sitemap

A maintained fork of the Laravelium Sitemap package for Laravel.

6,124 0