PHP Classes

File: uploady/vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/composer/autoload_psr4.php   Download  
File: uploady/vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Add Whoops error handler and bug fixes
Date: 3 months ago
Size: 720 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

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

return array(
   
'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
   
'Uploady\\' => array($baseDir . '/src/Uploady'),
   
'RobThree\\Auth\\' => array($vendorDir . '/robthree/twofactorauth/lib'),
   
'ReCaptcha\\' => array($vendorDir . '/google/recaptcha/src/ReCaptcha'),
   
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
   
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
   
'Farisc0de\\PhpMigration\\' => array($vendorDir . '/farisc0de/phpmigration/src'),
   
'Farisc0de\\PhpFileUploading\\' => array($vendorDir . '/farisc0de/phpfileuploading/src'),
);