PHP Classes

File: config/base.php

Recommend this page to a friend!
  Classes of stelin   swoft   config/base.php   Download  
File: config/base.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: swoft
Framework to develop coroutine based application
Author: By
Last change:
Date: 5 years ago
Size: 94 bytes
 

Contents

Class file image Download
<?php
return [
   
'name' => 'Swoft framework 2.0',
   
'debug' => env('SWOFT_DEBUG', 1),
];