nestordedios / frontend-admin-toolbar-widget
A widget that displays the admin toolbar in the frontend
Package info
github.com/nestordedios/frontend-admin-toolbar-widget
Type:bolt-extension
pkg:composer/nestordedios/frontend-admin-toolbar-widget
dev-master
2019-11-04 08:11 UTC
Requires
- php: >=7.1.3
Requires (Dev)
- bolt/core: ^4.0.0
- symplify/easy-coding-standard: ^6.0
This package is auto-updated.
Last update: 2026-03-04 22:15:37 UTC
README
Bolt Extension: A widget that displays the admin toolbar in the frontend.
Installation:
composer require nestordedios/frontend-admin-toolbar-widget
Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src