site/site-dev

Installs: 241

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.0.5 2022-11-10 12:39 UTC

This package is auto-updated.

Last update: 2024-04-10 15:58:09 UTC


README

A beautiful exception handler since TYPO3's looks meh.

Uses spatie/ignition btw.

Why?

Why not

Installation

Install the package with composer using composer req site/site-dev and configure your ~/typo3conf/AdditionalConfiguration.php as this:

use Site\SiteDev\Error\DebugExceptionHandler;

$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = DebugExceptionHandler::class;

Copy the ~/vendor/site/site-dev/.ignition.dist.php file into ~/config/system/.ignition.php.

Done!