PHP Classes

File: src/config/currency.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Multiple Currency Laravel Service   src/config/currency.php   Download  
File: src/config/currency.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Multiple Currency Laravel Service
Manage product prices in multiple currencies
Author: By
Last change:
Date: 4 years ago
Size: 206 bytes
 

Contents

Class file image Download
<?php
return [
   
/**
     * Default Currency
     */
   
'default' => 'USD',

   
/**
     * Just Allow Specific Currencies
     */
    // 'only' => [
    // 'USD',
    // 'EGP'
    // ]
];