1- ``` ascii
2- ▄▀▀▄ ▄▀█ █▀▀▄ ▀ █▀▀▄ █▀▀▄
3- ▀▄▄ █▀█▀▄ █ ▄▀▀▄ █▀▀▄ █ █ ▀█ ▄▀▀▄ ▄▀▀▄ ▄▀▀▄ █ █ ▄▀▀▄ █ █ █▀▀▄ ▄▀▀▄ █▄▀
4- █ █ █ █ █ █ ▀█▀ █ █ █ █ █ █ █ █ █ ▀▄ █ █ █ █ █ █▀▀ █ █ █ █ ▄▄█ █
5- ▀▄▄▀ ▀▄▄█ █ █ █ ▀▄▄▀ █ █ ▀▄▄█ █▄▄▀ ▄█▄ ▀▄▄▀ ▀▄▄▀ ▀▄▄▀ █▄▄▀ ▀▄▄▀ ▀▄▀ █▄▄▀ ▀▄▄▀ █
6- ▄▄▄▀ ▄▄▄▀
7-
8- Customizable developer toolbar for Symfony projects
9- ```
10-
1+ ![ img] ( img/banner.webp )
112
12- [ ![ Latest Stable Version] ( https://poser.pugx.org/marcin-orlowski/symfony- discodevbar/v )] ( https://packagist.org/packages/marcin-orlowski/symfony- discodevbar )
13- [ ![ Monthly Downloads] ( https://poser.pugx.org/marcin-orlowski/symfony- discodevbar/d/monthly )] ( https://packagist.org/packages/marcin-orlowski/symfony- discodevbar )
14- [ ![ License] ( https://poser.pugx.org/marcin-orlowski/symfony- discodevbar/license )] ( https://packagist.org/packages/marcin-orlowski/symfony- discodevbar )
3+ [ ![ Latest Stable Version] ( https://poser.pugx.org/marcin-orlowski/discodevbar-symfony /v )] ( https://packagist.org/packages/marcin-orlowski/discodevbar-symfony )
4+ [ ![ Monthly Downloads] ( https://poser.pugx.org/marcin-orlowski/discodevbar-symfony /d/monthly )] ( https://packagist.org/packages/marcin-orlowski/discodevbar-symfony )
5+ [ ![ License] ( https://poser.pugx.org/marcin-orlowski/discodevbar-symfony /license )] ( https://packagist.org/packages/marcin-orlowski/discodevbar-symfony )
156
167
178# Welcome!
@@ -21,14 +12,17 @@ providing all-time access to essential development resources right from your bro
2112streamlining your development workflow by keeping frequently-used tools, admin panels, and services
2213just one click away.
2314
15+ > ** NOTE:** This package is also available for Laravel framework!
16+ > See [ project page] ( https://github.com/MarcinOrlowski/php-discodevbar-laravel ) for more information!
17+
2418## What is DiscoDevBar?
2519
2620DiscoDevBar creates a persistent banner (typically placed at the top of your layout) that displays
2721during development. It's highly configurable via YAML, allowing you to create custom buttons and
2822links to anything you need: admin panels, database tools, email catchers, API documentation, or
2923any other development resource.
3024
31- ![ img] ( img/disco-devbar.png )
25+ ![ img] ( img/disco-devbar.webp )
3226
3327### Perfect for Docker Environments
3428
@@ -57,7 +51,7 @@ startup, ensuring all links always point to the correct ports and services.
5751Install via Composer:
5852
5953``` bash
60- composer require marcinorlowski/symfony-discodevbar --dev
54+ composer require --dev marcin-orlowski/discodevbar-symfony
6155```
6256
6357Register the bundle in ` config/bundles.php ` :
0 commit comments