| Package Data | |
|---|---|
| Maintainer Username: | pomirleanu |
| Maintainer Contact: | pomirleanu.florentin@gmail.com (Pomirleanu Florentin-Cristinel) |
| Package Create Date: | 2016-06-11 |
| Package Last Update: | 2016-09-12 |
| Home Page: | https://roumen.it/projects/laravel-sitemap |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 15:00:13 |
| Package Statistics | |
|---|---|
| Total Downloads: | 154 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A not so simple sitemap generator for Laravel 5.
Branch dev-master is for development and is UNSTABLE!
Run the following command and provide the latest stable version (e.g v2.6.4) :
composer require pomirleanu/sitemap
or add the following to your composer.json file :
"pomirleanu/sitemap": "2.6.*"
Then register this service provider with Laravel :
'Pomirleanu\Sitemap\SitemapServiceProvider',
Service provider should be :
Pomirleanu\Sitemap\SitemapServiceProvider::class,
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Pomirleanu\Sitemap\SitemapServiceProvider"
Note: Composer won't update them after composer update, you'll need to do it manually!