Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.
Mario Bašić edited this page Jul 3, 2017 · 27 revisions

Bard

Bard

Tired of unstable and bloated PHP sitemap packages?

Look no more!

Bard is the simplest PHP Sitemap package, just add some urls and you are ready to go. Did I mention that it supports multilingual locations aka hreflangs.

Syntax

$sitemap->addUrl('http://domain.com/contact')
    ->setPriority(0.8)
    ->setChangeFrequency('hourly')
    ->setLastModification(Carbon::now())
    ->addTranslation('hr', 'http://domain.com/hr/contact');

List of all poems

Run this from your project root in command line:

composer require laravelista/bard

Extra:

Bard

Clone this wiki locally