heidkaemper / statamic-toolbar
A Statamic CMS frontend helper
Installs: 9 344
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 1
Open Issues: 1
Type:statamic-addon
Requires
- mck89/peast: ^1.16
- statamic/cms: ^3.4 || ^4.0 || ^5.0
Requires (Dev)
- laravel/pint: ^1.15
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.34
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 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.