PHP Classes

File: config/intercom.php

Recommend this page to a friend!
  Classes of Dariusz   Intercom PHP Class   config/intercom.php   Download  
File: config/intercom.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Intercom PHP Class
Wrapper to access the Intercom API
Author: By
Last change: Configurable API version
Date: 3 days ago
Size: 121 bytes
 

Contents

Class file image Download
<?php

return [
   
'access_token' => env('INTERCOM_ACCESS_TOKEN'),
   
'api_version' => env('INTERCOM_API_VERSION'),
];