PHP Classes

File: Src/Configs/app.php

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP TDD Tutorial Bug Report Application   Src/Configs/app.php   Download  
File: Src/Configs/app.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP TDD Tutorial Bug Report Application
Bug report application to show the TDD approach
Author: By
Last change:
Date: 2 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php

return [

   
'app_name' => 'Bug Report App',
   
'env' => 'local',
   
'debug' => true,
   
'log_path' => __DIR__ . '/../Logger',
];