Download the PHP package studioespresso/craft-dumper without Composer
On this page you can find all versions of the php package studioespresso/craft-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download studioespresso/craft-dumper
More information about studioespresso/craft-dumper
Files in studioespresso/craft-dumper
Download studioespresso/craft-dumper
More information about studioespresso/craft-dumper
Files in studioespresso/craft-dumper
Vendor studioespresso
Package craft-dumper
Short Description Bringing symfony/VarDumper to Craft CMS
License MIT
Package craft-dumper
Short Description Bringing symfony/VarDumper to Craft CMS
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-dumper
Dumper for Craft CMS
Easy dump & "dump&die" functions for Twig.
Requirements
This plugin works with Craft CMS 3, 4 or 5.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require studioespresso/craft-dumper
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Dumper.
Using Dumper
When you install the plugin, you'll be able to use Symfony\VarDumper
in your Twig templates like this:
{{ d(entry) }}
Or you can "dump and die"
{{ dd(entry) }}
Works on strings, arrays, object, etc.
Brought to you by Studio Espresso
All versions of craft-dumper with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^4.0.0|^5.0.0-alpha
The package studioespresso/craft-dumper contains the following files
Loading the files please wait ....