visuellverstehen/t3ignition

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

Installs: 6 581

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.2 2023-03-29 07:19 UTC

This package is auto-updated.

Last update: 2024-04-29 09:43:58 UTC


README

t3ignition is a TYPO3 extension that provides a better error debugging experience with the use of Ignition. It is basically a wrapper to easily use Ignition in TYPO3.

Setup

The setup process is easy, but not flawless. First require the extension via Composer.

composer require visuellverstehen/t3ignition --dev

Then you have to manually register the DebugExceptionHandler in your AdditionalConfiguration.php file like so:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = \VV\T3ignition\Error\DebugExceptionHandler::class;