m-jch/laravelium-sitemap

Laravelium Sitemap package for Laravel.
1,244
Install
composer require m-jch/laravelium-sitemap
Latest Version:v6.0.1
PHP:>=7.2
License:MIT
Last Updated:Feb 29, 2020
Links: GitHub  ·  Packagist
Maintainer: m-jch

Laravelium Sitemap package

Laravelium Sitemap 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 v6.0.*) :

composer require laravelium/sitemap

or add the following to your composer.json file :

For Laravel 6.0

"laravelium/sitemap": "6.0.*"

(development branch)

"laravelium/sitemap": "6.0.x-dev"

For Laravel 5.8

"laravelium/sitemap": "3.1.*"

(development branch)

"laravelium/sitemap": "3.1.x-dev"

For Laravel 5.7

"laravelium/sitemap": "3.0.*"

(development branch)

"laravelium/sitemap": "3.0.x-dev"

For Laravel 5.6

"laravelium/sitemap": "2.8.*"

(development branch)

"laravelium/sitemap": "2.8.x-dev"

For Laravel 5.5

"laravelium/sitemap": "2.7.*"

(development branch)

"laravelium/sitemap": "2.7.x-dev"

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

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

Note: Composer won't update them after composer update, you'll need to do it manually!

Examples

and more in the Wiki.

Links

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

hippomundo/sitemap

A maintained fork of the Laravelium Sitemap package for Laravel.

6,124 0
juzaweb/sitemap

Laravelium Sitemap package for Laravel.

632,889 0
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

490,555 36