Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down