PHP Classes

File: src/config/manifold.php

Recommend this page to a friend!
  Classes of TJ Webb   PHP Manifold Laravel Integration   src/config/manifold.php   Download  
File: src/config/manifold.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Manifold Laravel Integration
Retrieve details from a Manifold account
Author: By
Last change:
Date: 4 years ago
Size: 231 bytes
 

Contents

Class file image Download
<?php

return [
   
'token' => env('MANIFOLD_API_TOKEN', null),
   
'resource_id' => env('MANIFOLD_RESOURCE_ID', null),
   
'project_id' => env('MANIFOLD_PROJECT_ID', null),
   
'product_id' => env('MANIFOLD_PRODUCT_ID', null),
];