Toolbar

Addon by Lars Heidkämper

Toolbar Main Screenshot

Adds a breakpoint indicator, the current template and more directly to your frontend.

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 the addon as a Composer dependency.

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"

Have a look at the configuration file for available options.