PHP Classes

File: system/plugins/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   system/plugins/composer/autoload_psr4.php   Download  
File: system/plugins/composer/autoload_psr4.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: 292 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname(dirname($vendorDir));

return array(
   
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
   
'Luminova\\' => array($baseDir . '/system'),
   
'App\\' => array($baseDir . '/app'),
);