PHP Classes

File: routes/cli.php

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

Contents

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

$router->group('demo', static function(Router $router){
  
$router->command('hello', 'DemoCommand::hello');
});