PHP Classes

File: conf/routes.php

Recommend this page to a friend!
  Classes of Alexey Dodonov   mezon PHP Application   conf/routes.php   Download  
File: conf/routes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mezon PHP Application
Create applications from configuration files
Author: By
Last change:
Date: 3 years ago
Size: 131 bytes
 

Contents

Class file image Download
<?php
return [
    [
       
"route" => "/php-route/",
       
"callback" => "actionExisting",
       
"method" => "POST"
   
]
];