Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
/ laravel-sitemap Public archive

Laravelium Sitemap generator for Laravel.

License

Notifications You must be signed in to change notification settings

LaraPalCom/laravel-sitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rumen Damyanov
Sep 10, 2020
ae50231 · Sep 10, 2020
Sep 10, 2020
Mar 21, 2020
Aug 5, 2019
Aug 27, 2018
Aug 5, 2019
Sep 3, 2019
Mar 21, 2020
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Feb 27, 2019
Sep 10, 2020
Sep 10, 2020
Sep 10, 2020
May 2, 2020
Mar 21, 2020
Sep 10, 2020
Sep 10, 2020
May 2, 2020

Repository files navigation

License PHP tests Maintainability Test Coverage Style Status Latest Stable Version Total Downloads

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 v8.*) :

composer require laravelium/sitemap

or add the following to your composer.json file :

For Laravel 8

"laravelium/sitemap": "8.*"

(development branch)

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

For Laravel 7

"laravelium/sitemap": "7.*"

(development branch)

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

For Laravel 6

"laravelium/sitemap": "6.*"

(development branch)

"laravelium/sitemap": "6.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.

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.