per-seo/httphtmlexception
最新稳定版本:1.0
Composer 安装命令:
composer require per-seo/httphtmlexception
包简介
HTTP Exception for Slim 4. This Middleware show an html page when a 404 Not Found occours
README 文档
README
A simple middleware for Slim4 framework that show a page for 404 Not Found. Usage is very simple, just enable this Middleware (in the Middleware part of your Slim4 Project) with:
<?php
use PerSeo\Middleware\HttpException\Html\HttpExceptionMiddleware;
$app->add(HttpExceptionMiddleware::class);
After this, your Slim 4 project returns an html page for 404 Not Found.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-04