elgentos/magento2-smile-debug-toolbar-prismicio

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2025-05-19 13:41 UTC

This package is auto-updated.

Last update: 2025-05-22 11:41:08 UTC


README

This module provides a debug bar for PrismicIO in Magento 2.

Prerequisites

Before installing this extension you are required to install the Smile Debug Toolbar.

Installation

To install this module, run the following command in your terminal:

composer require elgentos/magento2-smile-debug-toolbar-prismicio

Then, enable the module:

bin/magento module:enable Elgentos_SmileDebugToolbarPrismicIO

And finally, run the upgrade command:

bin/magento setup:upgrade

Usage

This module will add a PrismicIO tab to the Smile Debug Bar in your Magento 2 store. You can use this tab to inspect PrismicIO queries and other relevant information.

Contributing

Contributions are welcome. Please submit a pull request with your changes.