From d8b2eac95fb32f4754eb36361318f581c379bb57 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 6 Dec 2015 21:21:16 +0100 Subject: [PATCH] add filter example --- configuration.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.php b/configuration.php index faa1b440..12fdb9a5 100644 --- a/configuration.php +++ b/configuration.php @@ -47,4 +47,9 @@ // specify a custom template //'psx_error_template' => null, + // Global middleware which are applied before and after every request. Must + // bei either a classname, closure or PSX\Dispatch\FilterInterface instance + //'psx_filter_pre' => [], + //'psx_filter_post' => [], + );