Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
```ascii
▄▀▀▄ ▄▀█ █▀▀▄ ▀ █▀▀▄ █▀▀▄
▀▄▄ █▀█▀▄ █ ▄▀▀▄ █▀▀▄ █ █ ▀█ ▄▀▀▄ ▄▀▀▄ ▄▀▀▄ █ █ ▄▀▀▄ █ █ █▀▀▄ ▄▀▀▄ █▄▀
█ █ █ █ █ █ ▀█▀ █ █ █ █ █ █ █ █ █ ▀▄ █ █ █ █ █ █▀▀ █ █ █ █ ▄▄█ █
▀▄▄▀ ▀▄▄█ █ █ █ ▀▄▄▀ █ █ ▀▄▄█ █▄▄▀ ▄█▄ ▀▄▄▀ ▀▄▄▀ ▀▄▄▀ █▄▄▀ ▀▄▄▀ ▀▄▀ █▄▄▀ ▀▄▄▀ █
▄▄▄▀ ▄▄▄▀

Customizable developer toolbar for Symfony projects
```

![img](img/banner.webp)

[![Latest Stable Version](https://poser.pugx.org/marcin-orlowski/symfony-discodevbar/v)](https://packagist.org/packages/marcin-orlowski/symfony-discodevbar)
[![Monthly Downloads](https://poser.pugx.org/marcin-orlowski/symfony-discodevbar/d/monthly)](https://packagist.org/packages/marcin-orlowski/symfony-discodevbar)
[![License](https://poser.pugx.org/marcin-orlowski/symfony-discodevbar/license)](https://packagist.org/packages/marcin-orlowski/symfony-discodevbar)
[![Latest Stable Version](https://poser.pugx.org/marcin-orlowski/discodevbar-symfony/v)](https://packagist.org/packages/marcin-orlowski/discodevbar-symfony)
[![Monthly Downloads](https://poser.pugx.org/marcin-orlowski/discodevbar-symfony/d/monthly)](https://packagist.org/packages/marcin-orlowski/discodevbar-symfony)
[![License](https://poser.pugx.org/marcin-orlowski/discodevbar-symfony/license)](https://packagist.org/packages/marcin-orlowski/discodevbar-symfony)


# Welcome!
Expand All @@ -21,14 +12,17 @@ providing all-time access to essential development resources right from your bro
streamlining your development workflow by keeping frequently-used tools, admin panels, and services
just one click away.

> **NOTE:** This package is also available for Laravel framework!
> See [project page](https://github.com/MarcinOrlowski/php-discodevbar-laravel) for more information!

## What is DiscoDevBar?

DiscoDevBar 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 development resource.

![img](img/disco-devbar.png)
![img](img/disco-devbar.webp)

### Perfect for Docker Environments

Expand Down Expand Up @@ -57,7 +51,7 @@ startup, ensuring all links always point to the correct ports and services.
Install via Composer:

```bash
composer require marcinorlowski/symfony-discodevbar --dev
composer require --dev marcin-orlowski/discodevbar-symfony
```

Register the bundle in `config/bundles.php`:
Expand Down
Binary file added img/banner.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/disco-devbar.png
Binary file not shown.
Binary file added img/disco-devbar.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading