samofk / SiteMap

SiteMap Laravel 5.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.2) :

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',

Publish configuration file (OPTIONAL) :

php artisan vendor:publish

Examples

and more in the Wiki.

About

SiteMap Laravel 5.2

License:Other


Languages

Language:PHP 74.9%Language:XSLT 25.1%