From 933e1b632cc4d64768d6d35b6ad804cc75f643b1 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 29 Oct 2024 14:54:29 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a6a15..356739f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Displays a debug bar in the browser with information from php. 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) **Features:** @@ -57,7 +59,7 @@ Integrations with other frameworks: The best way to install DebugBar is using [Composer](http://getcomposer.org) with the following command: -```composer require maximebf/debugbar``` +```composer require maximebf/debugbar --dev``` ## Quick start