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:
Date: 4 years ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

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