PHP Classes

File: examples/production/config.php

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP AJAX Response Handler   examples/production/config.php   Download  
File: examples/production/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AJAX Response Handler
Process AJAX requests with response handlers
Author: By
Last change:
Date: 2 years ago
Size: 117 bytes
 

Contents

Class file image Download
<?php

return [

   
'env' => 'DEV', // or PROD for production

   
'domain' => 'https://www.yourdomain.com',

];