PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   routes/web.php   Download  
File: routes/web.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: 122 bytes
 

Contents

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

$router->get('/', 'Welcome::home');