PHP Classes

File: src/Modules/TestAuth/etc/config.php

Recommend this page to a friend!
  Packages of Adrian M   upMVC   src/Modules/TestAuth/etc/config.php   Download  
File: src/Modules/TestAuth/etc/config.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 2 months ago
Size: 953 bytes
 

Contents

Class file image Download
<?php
/**
 * App\Modules\TestAuth Module Configuration
 * Generated by Enhanced Module Generator
 */

return [
   
'module' => [
       
'name' => 'App\Modules\TestAuth',
       
'version' => '2.0-enhanced',
       
'type' => 'auth',
       
'generated_at' => '2025-11-15 21:01:12',
       
'generator_version' => '2.0'
   
],
   
   
'features' => [
       
'auto_discovery' => true,
       
'caching' => true,
       
'middleware_ready' => true,
       
'submodule_support' => false,
       
'api_enabled' => false
   
],
   
   
'routes' => [
       
'base_route' => 'testauth',
       
'namespace' => 'App\Modules\TestAuth\\Routes',
       
'auto_discovery_path' => 'routes/Routes.php'
   
],
   
   
'database' => [
       
'table_name' => 'testauths',
       
'create_table' => false
   
],
   
   
'environment' => [
       
'respect_cache_settings' => true,
       
'debug_mode_aware' => true,
       
'production_optimized' => true
   
]
];