From f10bf73a743ef5b10823b646aa39c50f4b2b6be4 Mon Sep 17 00:00:00 2001 From: verenaroe <49275087+verenaroe@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:36:06 +0100 Subject: [PATCH] Update README.md add section Installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed33c66..d9b3c70 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ OctoberCMS plugin to improve debugging in Twig. Adds the `d()` function to Twig to recursively dump provided variables in the same manner as Laravel's `dd()` function. Unlike Twig's native `dump()` function, `d()` displays all nested members of the provided variables. +## Installation +To install this plugin, use the following command: +``` +composer require inetis/dump-plugin +``` + ## Usage ### Dumping a single variable