PHP Classes

File: src/config/laravel-magento.php

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel Magento API Integration   src/config/laravel-magento.php   Download  
File: src/config/laravel-magento.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Magento API Integration
Service to use Magento from Laravel applications
Author: By
Last change:
Date: 4 years ago
Size: 132 bytes
 

Contents

Class file image Download
<?php

return [

   
'token' => env( 'LARAVEL_MAGENTO_API_TOKEN' ),
   
'base_uri' => env( 'LARAVEL_MAGENTO_BASE_URL', null ),
];