heidkaemper/statamic-toolbar
A Statamic CMS frontend helper
Maintainers
Package info
github.com/heidkaemper/statamic-toolbar
Type:statamic-addon
pkg:composer/heidkaemper/statamic-toolbar
1.7.0
2026-06-07 17:04 UTC
Requires
- mck89/peast: ^1.17
- statamic/cms: ^5.0 || ^6.0
Requires (Dev)
- laravel/pint: ^1.27
- orchestra/testbench: ^9.0 || ^10.0 || ^11.0
- pestphp/pest: ^3.0 || ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 4f32cf3dde6534274acecca284f78ea6e2316837
README
Statamic Toolbar
This addon adds a toolbar in the lower left corner of your Statamic CMS frontend. It can display some useful information like:
- CSS Breakpoint Indicator *
- Current Site
- Current Template
- Link to Control Panel
* The Breakpoint Indicator tries to determine media queries automatically if you use Tailwind CSS, Bootstrap or Pico.css.
Installation
Require it using Composer:
composer require heidkaemper/statamic-toolbar
Configuration
The Toolbar will be enabled on all Statamic routes by default, if app.debug is set to true. If you want more control, make sure the configuration file has been published:
php artisan vendor:publish --tag="statamic-toolbar-config"
See the configuration file for available options.
