Looking to hire Laravel developers? Try LaraJobs

laravel-sitemap maintained by afatmustafa

Description
Sitemap package for Laravel.
Author
Last update
2022/12/24 21:57 (dev-main)
License
Downloads
5

Comments
comments powered by Disqus

Sitemap package

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

  • 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 afatmustafa/laravel-sitemap

or add the following to your composer.json file :

For Laravel 8

"afatmustafa/laravel-sitemap": "8.*"

(development branch)

"afatmustafa/laravel-sitemap": "8.x-dev"

For Laravel 7

"afatmustafa/laravel-sitemap": "7.*"

(development branch)

"afatmustafa/laravel-sitemap": "7.x-dev"

For Laravel 6

"afatmustafa/laravel-sitemap": "6.*"

(development branch)

"afatmustafa/laravel-sitemap": "6.x-dev"

For Laravel 5.8

"afatmustafa/laravel-sitemap": "3.1.*"

(development branch)

"afatmustafa/laravel-sitemap": "3.1.x-dev"

For Laravel 5.7

"afatmustafa/laravel-sitemap": "3.0.*"

(development branch)

"afatmustafa/laravel-sitemap": "3.0.x-dev"

For Laravel 5.6

"afatmustafa/laravel-sitemap": "2.8.*"

(development branch)

"afatmustafa/laravel-sitemap": "2.8.x-dev"

For Laravel 5.5

"afatmustafa/laravel-sitemap": "2.7.*"

(development branch)

"afatmustafa/laravel-sitemap": "2.7.x-dev"

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

php artisan vendor:publish --provider="\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.