1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 18:51:42 +02:00

Update README.md

This commit is contained in:
Barry vd. Heuvel
2024-10-29 14:54:29 +01:00
committed by GitHub
parent 687400043d
commit 933e1b632c

View File

@@ -5,6 +5,8 @@
Displays a debug bar in the browser with information from php. Displays a debug bar in the browser with information from php.
No more `var_dump()` in your code! No more `var_dump()` in your code!
> **Note: Debug Bar is for development use only. Never install this on websites that are publicly accessible.**
![Screenshot](https://raw.github.com/maximebf/php-debugbar/master/docs/screenshot.png) ![Screenshot](https://raw.github.com/maximebf/php-debugbar/master/docs/screenshot.png)
**Features:** **Features:**
@@ -57,7 +59,7 @@ Integrations with other frameworks:
The best way to install DebugBar is using [Composer](http://getcomposer.org) The best way to install DebugBar is using [Composer](http://getcomposer.org)
with the following command: with the following command:
```composer require maximebf/debugbar``` ```composer require maximebf/debugbar --dev```
## Quick start ## Quick start