micmorozov / yii2-schema-breadcrumbs
Use schema.org breadcrumbs structure on your Yii2 projects
1.0.1
2020-03-24 02:50 UTC
Requires
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2025-04-24 15:11:47 UTC
README
Use data structured breadcrumbs from schema.org on yii2 projects.
How to install
$ composer require micmorozov/yii2-schema-breadcrumbs
How to use
use SchemaBreadcrumbs\SchemaBreadcrumbs as Breadcrumbs Breadcrumbs::widget([ 'links' => $links, ]);
You don't have to specify any data structure property inside the Breadcrumbs
object. It will work automatically.
Documentation
This widget should be work as good as the yii2 official. So, I won't copy/paste their documentation.
To see how you can work with breadcrumbs in a yii2 project, click here
TODO
- tests
- comment the code
- improve documentation with examples