Skip to content

per-seo/httphtmlexception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP Exception for Slim 4. This Middleware show an html page when a 404 Not Found occours

Resources

Stars

Watchers

Forks

Packages

No packages published