mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Update README.md
This commit is contained in:
parent
687400043d
commit
933e1b632c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user