| Package Data | |
|---|---|
| Maintainer Username: | lucamenozzi |
| Maintainer Contact: | info@apertagraffa.it (Luca Menozzi) |
| Package Create Date: | 2016-05-10 |
| Package Last Update: | 2016-05-10 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:21:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 37 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel 5.2 Package to generate hand-write sitemap (only for small websites)
Sitemapper create a static sitemap in real time when requested via /sitemap.xml URI.
Obviously, this package is for small website only: if you have 100 pages, this strategy is wrong.
But for your personal website or for your blog, maybe you could give it a chance.
You have only two methods, for now, you can't make mistakes :)
You can then
->header('Content-Type', 'text/xml');```
## Behaviour
The real time response works only if NOT EXISTS a physical sitemap.xml file in root.
If it exists, will be returned.
That's all folks!