PHP Classes

File: src/middleware.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Chronicle   src/middleware.php   Download  
File: src/middleware.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Chronicle
Append arbitrary data to a storage container
Author: By
Last change: Update of src/middleware.php
Date: 1 year ago
Size: 102 bytes
 

Contents

Class file image Download
<?php
/** @var \Slim\App $app */

// Application middleware

// e.g: $app->add(new \Slim\Csrf\Guard);