Skip to content

cell0/laravel-sitemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Build Status License

A simple sitemap generator for Laravel 5.

Notes

Latest supported version for Laravel 4 is 2.4.* (e.g v2.4.15)

Branch dev-master is for development and is unstable

Installation

Run the following command and provide the latest stable version (e.g v2.5.1) :

composer require roumen/sitemap

or add the following to your composer.json file :

"roumen/sitemap": "~2.5"

Then register this service provider with Laravel :

'Roumen\Sitemap\SitemapServiceProvider',

Publish configuration file (OPTIONAL) :

php artisan vendor:publish

Examples

How to generate dynamic sitemap (with optional caching)

How to use multiple sitemaps with sitemap index

How to generate sitemap file

and more in the Wiki

Packages

No packages published

Languages

  • PHP 100.0%