site / site-dev
Installs: 745
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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!