2017 © Pedro Peláez
 

yii2-extension yii2-seo-breadcrumbs

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework

image

black-lamp/yii2-seo-breadcrumbs

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework

  • Monday, January 16, 2017
  • by GutsVadim
  • Repository
  • 2 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

SEO breadcrumbs widget for Yii2

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework, (*1)

Build Status Latest Stable Version Latest Unstable Version License, (*2)

Installation

Run command, (*3)

composer require black-lamp/yii2-seo-breadcrumbs

or add, (*4)

"black-lamp/yii2-seo-breadcrumbs": "^1.1.0"

to the require section of your composer.json., (*5)

Using

Call widget in view layout, (*6)

<?= \bl\seo\SeoBreadcrumbs::widget([
    'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
]) ?>

in view file just add a item or items to params array, (*7)

$this->params['breadcrumbs'][] = 'Contacts';

or call the widget with configuration array in view file, (*8)

<?= \bl\seo\SeoBreadcrumbs::widget([
    'homeLink' => [
        'label' => 'Home',
        'url' => \yii\helpers\Url::toRoute(['/']),
    ],
    'links' => 'Contacts',
]) ?>

The Versions

16/01 2017

dev-master

9999999-dev

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Vladimir Kuprienko

schema yii2 widget seo breadcrumbs

19/12 2016

1.2.0

1.2.0.0

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Vladimir Kuprienko

yii2 widget seo breadcrumbs

14/12 2016

1.1.0

1.1.0.0

Widget provides SEO schema for Breadcrumbs widget in Yii2 Framework

  Sources   Download

GNU Public License

The Requires

 

The Development Requires

by Vladimir Kuprienko

yii2 widget seo breadcrumbs

14/12 2016

1.0.0

1.0.0.0

Widget with SEO attributes for breadcrumbs

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 widget seo breadcrumbs