Skip to content

JorisOrangeStudio/statamic-toolbar

 
 

Repository files navigation

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 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.


About

A Statamic CMS frontend helper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.9%
  • Svelte 15.7%
  • JavaScript 13.7%
  • SCSS 5.6%
  • Other 1.1%