nestordedios / frontend-admin-toolbar-widget
A widget that displays the admin toolbar in the frontend
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:bolt-extension
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: 2025-03-04 19:51:00 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