vumanskyi/yii2-seo-breadcrumbs Created a widget for Yii2. This is SeoBreadcrumbs widget which can help your website to set the correct scheme for breadcrumbs

banner-direct.svg

Yii2.x Seo Breadcrumbs

StyleCI Build Status License: MIT

Created a widget for Yii2. This is SeoBreadcrumbs widget which can help your website to set the correct scheme for breadcrumbs

Installation
composer require vumanskyi/yii2-seo-breadcrumbs
How to use

In view file : `php <?php

$this->params['breadcrumbs'][] = [
    'label' => 'Home',
    'url' => '/'
];

$this->params['breadcrumbs'][] = [
    'label' => 'Second',
    'url' => '/second'
];
$this->params['breadcrumbs'][] = [
    'label' => 'Last',
];

echo \VUmanskyi\SeoBreadcrumbs\SeoBreadcrumbs::widget([
    'links' => $this->params['breadcrumbs'],
]);


0 0
1 follower
18 downloads
Yii Version: 2.0
License: MIT
Category: Others
Developed by: Vlad Umanskyi
Created on: Jan 15, 2021
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions