dev-master
9999999-devA site map hook for Jigsaw CMS.
MIT
The Requires
by Jaggy Gauran
0.1.1
0.1.1.0A site map hook for Jigsaw CMS.
MIT
The Requires
by Jaggy Gauran
0.1.0
0.1.0.0A site map hook for Jigsaw CMS.
MIT
The Requires
by Jaggy Gauran
Wallogit.com
2017 © Pedro Peláez
A site map hook for Jigsaw CMS.
This package is still in development, use at your own risk., (*1)
Install the package., (*2)
composer install artisan/jigsaw-sitemap
Make sure to add the source/sitemap.xml to your gitignore to avoid having to commit it every time it builds., (*3)
Set up the sitemap on your bootstrap.php file., (*4)
use Artisan\Jigsaw\Sitemap;
(new Sitemap($container))->collections('posts')->create();
You can also add some defaults for those special URLs:, (*5)
(new Sitemap($container))->fill([
[
'loc' => 'https://example.com',
'lastmod' => '2014-01-1',
'changefreq' => 'weekly',
]
])->collections('posts', 'donuts')->create();
A site map hook for Jigsaw CMS.
MIT
A site map hook for Jigsaw CMS.
MIT
A site map hook for Jigsaw CMS.
MIT