site/site-dev
最新稳定版本:0.0.5
Composer 安装命令:
composer require site/site-dev
包简介
README 文档
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!
统计信息
- 总下载量: 1.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-11-10