PHP Classes

File: app/Config/Modules.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   app/Config/Modules.php   Download  
File: app/Config/Modules.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Luminova Framework
PHP Luminova framework: simple, powerful MVC/HMVC.
Author: By
Last change:
Date: 1 month ago
Size: 324 bytes
 

Contents

Class file image Download
<?php
/**
 * Luminova Framework
 *
 * @package Luminova
 * @author Ujah Chigozie Peter
 * @copyright (c) Nanoblock Technology Ltd
 * @license See LICENSE file
 */

return [
   
'alias' => [
       
//'Foo' => 'SomeClass\ExampleFoo',
   
],
   
'psr-4' => [
      
//'Example\MyNamespace' => '/example/MyClass/',
   
]
];