marcin-orlowski/disco-toolbar-laravel

Customizable toolbar for Laravel projects

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/marcin-orlowski/disco-toolbar-laravel

2.0.0 2026-01-31 00:02 UTC

This package is auto-updated.

Last update: 2026-02-25 13:19:36 UTC


README

img

Latest Stable Version Monthly Downloads License

Welcome!

DiscoToolbar is a customizable toolbar for your Laravel application, providing all-time access to essential resources right from your browser. Perfect for streamlining your workflow by keeping frequently-used tools, admin panels, and services just one click away.

What is DiscoToolbar?

DiscoToolbar creates a persistent banner (typically placed at the top of your layout) that displays during development. It's highly configurable via YAML, allowing you to create custom buttons and links to anything you need: admin panels, database tools, email catchers, API documentation, or any other resource.

img

Perfect for Docker Environments

Since configuration is YAML-based, it's incredibly easy to generate dynamically when setting up new environments. When using Docker or similar containerization, port numbers often change between setups - but with DiscoToolbar, you can regenerate the configuration file on each environment startup, ensuring all links always point to the correct ports and services.

Features

  • Zero configuration - Works out of the box with Laravel's auto-discovery
  • Fully customizable via YAML - Easy to configure and regenerate for different environments
  • Flexible widget system - Create buttons with Font Awesome icons, emoji, text labels, or any combination
  • Display anything - Add links to admin panels, database tools, email catchers, API docs, or any resource
  • Action buttons - Direct access to frequently-used tools and services
  • Debug-aware - Only loads when APP_DEBUG=true, zero production overhead
  • Dynamic configuration - Perfect for Docker setups where ports change - regenerate config on startup
  • Customizable placement - Position widgets on left or right side of the toolbar

See extensive documentation for details and usage examples.

Requirements

  • PHP 8.2 or higher
  • Laravel 11.x or 12.x

Notes

There's also Symfony version of this package!

x

License

  • Written and copyrighted ©2025-2026 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
  • DiscoToolbar is open-source software licensed under the MIT license