site / site-dev
0.0.5
2022-11-10 12:39 UTC
Requires
- typo3/cms-core: ^9 || ^10 || ^11 || ^12
Requires (Dev)
- spatie/ignition: ^1.4
- symfony/var-dumper: ^5.0 || ^6.0
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!