Skip to content

holidaypirates/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 not so simple sitemap generator for Laravel 5.

Notes

Branch dev-master is for development and is UNSTABLE!

Installation

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

composer require roumen/sitemap

or add the following to your composer.json file :

"roumen/sitemap": "2.6.*"

Then register this service provider with Laravel :

'Roumen\Sitemap\SitemapServiceProvider',

Laravel 5.2 :

Service provider should be :

Roumen\Sitemap\SitemapServiceProvider::class,

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

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

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

Examples

and more in the Wiki.

Packages

No packages published

Languages

  • PHP 78.1%
  • XSLT 21.9%