Download the PHP package fuxu/larasitemap without Composer
On this page you can find all versions of the php package fuxu/larasitemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fuxu/larasitemap
More information about fuxu/larasitemap
Files in fuxu/larasitemap
Download fuxu/larasitemap
More information about fuxu/larasitemap
Files in fuxu/larasitemap
Vendor fuxu
Package larasitemap
Short Description A simple sitemap generator for Laravel.
License MIT
Package larasitemap
Short Description A simple sitemap generator for Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package larasitemap
LaraSitemap
A very simple sitemap generator for Laravel 5 following Sitemaps XML format
Installation
Register
Add the following line to array providers
in config/app.php
API
Sitemap
Type | Parameter | Description | |
---|---|---|---|
string | $loc | required | URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2,048 characters. |
string | $lastmod | optional | The date of last modification of the file. This date should be in W3C Datetime format . This format allows you to omit the time portion, if desired, and use YYYY-MM-DD. Note that this tag is separate from the If-Modified-Since (304) header the server can return, and search engines may use the information from both sources differently. |
double | $priority | optional | The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. |
string | $changefreq | optional | How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page. Valid values are: always , hourly , daily , weekly , monthly , yearly , never . |
Type | Parameter | Description | |
---|---|---|---|
string | $format | optional | The output format. The default value is urlset . Valid values are: urlset , sitemapindex . |
Example
All versions of larasitemap with dependencies
PHP Build Version
Package Version
The package fuxu/larasitemap contains the following files
Loading the files please wait ....