PHP Classes

File: routes/api.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   routes/api.php   Download  
File: routes/api.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Luminova Framework
PHP Luminova framework: simple, powerful MVC/HMVC.
Author: By
Last change: New update and changes
Date: 1 month ago
Size: 131 bytes
 

Contents

Class file image Download
<?php
/** @var \Luminova\Routing\Router $router */
/** @var \App\Application $app */

$router->post('/info', 'DemoRequest::info');