Skip to content

Commit 60afcd5

Browse files
#42 Adds project logo (#43)
2 parents 47ec18e + a2220cf commit 60afcd5

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
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
2112
streamlining your development workflow by keeping frequently-used tools, admin panels, and services
2213
just 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

2620
DiscoDevBar creates a persistent banner (typically placed at the top of your layout) that displays
2721
during development. It's highly configurable via YAML, allowing you to create custom buttons and
2822
links to anything you need: admin panels, database tools, email catchers, API documentation, or
2923
any 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.
5751
Install via Composer:
5852

5953
```bash
60-
composer require marcinorlowski/symfony-discodevbar --dev
54+
composer require --dev marcin-orlowski/discodevbar-symfony
6155
```
6256

6357
Register the bundle in `config/bundles.php`:

img/banner.webp

52.1 KB
Loading

img/disco-devbar.png

-42.2 KB
Binary file not shown.

img/disco-devbar.webp

14.5 KB
Loading

0 commit comments

Comments
 (0)